scr:LocationElementClassificationType
complexType LocationElementClassificationType in namespace http://release.niem.gov/niem/domains/screening/4.2/
Definition
A data type for classification of part or sub-division (ELEMENT) of a location.
Diagram
XML Schema
<xs:complexType name="LocationElementClassificationType">
<xs:annotation>
<xs:documentation>
A data type for classification of part or sub-division (ELEMENT) of a location.</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:extension base="structures:ObjectType">
<xs:sequence>
<xs:element ref="scr:LocationElementCategoryDescriptionText" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="scr:LocationElementCategoryAbstract" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="scr:LocationElementClassificationAugmentationPoint" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>