scr:LocationAssociationType
complexType LocationAssociationType in namespace http://release.niem.gov/niem/domains/screening/4.2/
Definition
A data type for a relationship between one LOCATION and another LOCATION.
Diagram
XML Schema
<xs:complexType name="LocationAssociationType">
<xs:annotation>
<xs:documentation>
A data type for a relationship between one LOCATION and another LOCATION.</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:extension base="nc:AssociationType">
<xs:sequence>
<xs:element ref="scr:PrimaryLocation" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="scr:SecondaryLocation" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="scr:LocationAssociationAugmentationPoint" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>