Documentation for XCEDE2

Complex Type: orderedString_t

[Table of contents]

Super-types: xs:string < orderedString_t (by extension)
Sub-types: None
Name orderedString_t
Used by (from the same schema document) Complex Type dcResource_t
Abstract no
XML Instance Representation
<...
order=" xs:string [0..1]">
xs:string
</...>
Diagram
Schema Component Representation
<xs:complexType name="orderedString_t">
<xs:simpleContent>
<xs:extension base=" xs:string ">
<xs:attribute name="order" type=" xs:string "/>
</xs:extension>
</xs:simpleContent>
</xs:complexType>