j:ClothingType

complexType ClothingType in namespace http://release.niem.gov/niem/domains/jxdm/6.1/

Definition

A data type for an article of clothing, dress, or attire.

Diagram

XML Schema

<xs:complexType name="ClothingType">
<xs:annotation>
<xs:documentation>
A data type for an article of clothing, dress, or attire.
</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:sequence>
<xs:element ref="j:ClothingCategoryText" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="j:ClothingColorText" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="j:ClothingDescriptionText" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="j:ClothingStyleText" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="j:ClothingAugmentationPoint" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>