scr:LocationAugmentationType
complexType LocationAugmentationType in namespace http://release.niem.gov/niem/domains/screening/4.2/
Definition
A data type that supplements Location and specifies additional information about a Screening location.
Diagram
XML Schema
<xs:complexType name="LocationAugmentationType">
<xs:annotation>
<xs:documentation>
A data type that supplements Location and specifies additional information about a Screening location.</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:extension base="structures:AugmentationType">
<xs:sequence>
<xs:element ref="scr:BorderCodeText" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="scr:LocationCategoryClassificationAbstract" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="scr:PortOfEntryCodeText" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>