| |||||||
| DETAILS: DOCUMENTATION | ELEMENTS | ATTRIBUTES | SOURCE | FRAMES | NO FRAMES | ||||||
Defines the syntax for extension attributes. Basically being tagged values,
attributes allow a nondisruptive evolution of the model file format as well as
Carnot and third party vendor extensions.
| Attribute Summary | |
xs:string | nameThe name of this attributes. |
xs:string | typeThe optional type of this attribute. |
xs:string | valueThe value of this attribute, if it can be represented as a single line string. |
| Attribute Detail |
xs:stringrequiredunqualifiedxs:stringoptionalunqualifiedxs:stringoptionalunqualified<xs:element name="attribute"><xs:complexType mixed="true"></xs:element><xs:choice maxOccurs="unbounded" minOccurs="0"><xs:any maxOccurs="unbounded" minOccurs="0" processContents="lax"/></xs:choice><xs:attribute name="name" type="xs:string" use="required">
</xs:attribute><xs:attribute name="type" type="xs:string" use="optional">
</xs:attribute><xs:attribute name="value" type="xs:string" use="optional"></xs:complexType>
</xs:attribute>
| |||||||
| DETAILS: DOCUMENTATION | ELEMENTS | ATTRIBUTES | SOURCE | FRAMES | NO FRAMES | ||||||