Class Property

Applied Stereotypes:
XSDcomplexType

Definition of a property by name and value.

Used in:
Properties
Properties
Name Type Cardinality AppliedStereotypes Description
name string 1..1 XSDattribute Name of a user defined property.
value string 1..1 XSDattribute Value of a user defined property.

Migration Information from XSD 0.9.1
Derived From:
OSCProperties.Property
Property Name XSD Type XSD 0.9.1 Name Migration
name Attribute name
value Attribute value

XSD 1.0 Representation


<xsd:complexType name="Property">
<xsd:attribute name="name" type="String" use="required"/>
<xsd:attribute name="value" type="String" use="required"/>
</xsd:complexType>

To XSD To XSLT To XSD Tree