nc:SubstanceType
complexType SubstanceType in namespace http://release.niem.gov/niem/niem-core/4.0/
Definition
A data type for the matter or substance of which something consists.
Diagram
XML Schema
<xs:complexType name="SubstanceType">
<xs:annotation>
<xs:documentation>
A data type for the matter or substance of which something consists.</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:extension base="nc:ItemType">
<xs:sequence>
<xs:element ref="nc:SubstanceCategoryAbstract" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="nc:SubstanceAbstract" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="nc:SubstanceContainerDescriptionText" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="nc:SubstanceQuantityMeasure" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="nc:SubstanceCompositionDescriptionText" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="nc:SubstanceFormText" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="nc:SubstanceFoundDescriptionText" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="nc:SubstanceAugmentationPoint" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>