| schema location: | http://www.con-way.com/XML/ComponentTypes.xsd |
| Elements | Simple types |
| Component | ComponentType |
| diagram | |||||||||||||||||
| type | ComponentType | ||||||||||||||||
| properties |
|
||||||||||||||||
| facets |
|
||||||||||||||||
| source | <xs:element name="Component" type="ComponentType"/> |
| type | restriction of xs:string | ||||||||||||||||
| used by |
|
||||||||||||||||
| facets |
|
||||||||||||||||
| annotation |
|
||||||||||||||||
| source | <xs:simpleType name="ComponentType"> <xs:annotation> <xs:documentation>Con-Way components</xs:documentation> </xs:annotation> <xs:restriction base="xs:string"> <xs:length value="3"/> <xs:enumeration value="CWX"/> <xs:enumeration value="CSE"/> <xs:enumeration value="CCX"/> <xs:enumeration value="CMX"/> <xs:enumeration value="CTS"/> <xs:enumeration value="CAX"/> <xs:enumeration value="NOW"/> </xs:restriction> </xs:simpleType> |