Documentation for XCEDE2

Complex Type: nomenclature_t

[Table of contents]

Super-types: xs:string < nomenclature_t (by extension)
Sub-types: None
Name nomenclature_t
Abstract no
XML Instance Representation
<...
abbreviation=" xs:string [0..1]"
nomenclature=" xs:string [0..1]">
xs:string
</...>
Diagram
Schema Component Representation
<xs:complexType name="nomenclature_t">
<xs:simpleContent>
<xs:extension base=" xs:string ">
<xs:attribute name="abbreviation" type=" xs:string "/>
<xs:attribute name="nomenclature" type=" xs:string "/>
</xs:extension>
</xs:simpleContent>
</xs:complexType>