j:JewelryBandType

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

Definition

A data type for a part of a piece of jewelry used to affix it to a person, such as a ring band, watch strap, necklace chain, earring post, etc.

Diagram

XML Schema

<xs:complexType name="JewelryBandType">
<xs:annotation>
<xs:documentation>
A data type for a part of a piece of jewelry used to affix it to a person, such as a ring band, watch strap, necklace chain, earring post, etc.
</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:sequence>
<xs:element ref="j:JewelryBandColorAbstract" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="j:JewelryBandDescriptionText" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="j:JewelryBandMaterialAbstract" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="j:JewelryBandAugmentationPoint" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>