j:JewelryStoneType

complexType JewelryStoneType in namespace http://release.niem.gov/niem/domains/jxdm/7.0/

Definition

A data type for a stone or gem from or for a piece of jewelry.

Diagram

XML Schema

<xs:complexType name="JewelryStoneType">
<xs:annotation>
<xs:documentation>
A data type for a stone or gem from or for a piece of jewelry.
</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:sequence>
<xs:element ref="j:JewelryStoneCategoryAbstract" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="j:JewelryStoneWeightText" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="j:JewelryStoneCaratText" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="j:JewelryStoneColorText" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="j:JewelryStoneCutText" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="j:JewelryStoneQuantity" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="j:JewelryStoneAugmentationPoint" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>