j:JewelryType

complexType JewelryType in namespace http://release.niem.gov/niem/domains/jxdm/6.2/

Definition

A data type for an adornment made out of metals, gems, etc. or imitation materials.

Diagram

XML Schema

<xs:complexType name="JewelryType">
<xs:annotation>
<xs:documentation>
A data type for an adornment made out of metals, gems, etc. or imitation materials.
</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:sequence>
<xs:element ref="j:JewelryCategoryAbstract" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="j:JewelryGenderAbstract" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="j:JewelryShapeAbstract" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="j:JewelryStoneArrangementText" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="j:JewelryCaratText" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="j:JewelryStoneMaterialText" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="j:JewelryStone" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="j:JewelryBand" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="j:JewelryMainPendant" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="j:JewelryPendantQuantity" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="j:JewelryAugmentationPoint" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>