<xsd:complexType name="JewelryType">
<xsd:annotation>
<xsd:documentation>A data type for an adornment made out of metals, gems, or imitations materials.</xsd:documentation>
<xsd:appinfo>
<i:Base i:name="TangibleItemType" xmlns:i="http://niem.gov/niem/appinfo/2.0" />
</xsd:appinfo>
</xsd:annotation>
<xsd:complexContent>
<xsd:extension base="nc:TangibleItemType">
<xsd:sequence>
<xsd:element ref="nc:JewelryCategoryCode" minOccurs="0" maxOccurs="unbounded" />
<xsd:element ref="nc:JewelryCaratText" minOccurs="0" maxOccurs="unbounded" />
<xsd:element ref="nc:JewelryMetalText" minOccurs="0" maxOccurs="unbounded" />
<xsd:element ref="nc:JewelryStone" minOccurs="0" maxOccurs="unbounded" />
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
|