scr:OrganizationAddressAssociationType

complexType OrganizationAddressAssociationType in namespace http://release.niem.gov/niem/domains/screening/4.2/

Definition

A data type for a relationship between ORGANIZATION that conducts business at the ADDRESS for an associated duration of time.

Diagram

XML Schema

<xs:complexType name="OrganizationAddressAssociationType">
<xs:annotation>
<xs:documentation>
A data type for a relationship between ORGANIZATION that conducts business at the ADDRESS for an associated duration of time.
</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:sequence>
<xs:element ref="nc:Organization" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="nc:Address" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="nc:OrganizationIdentification" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="scr:OrganizationAddressEffectiveDate" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="scr:OrganizationAddressEndDate" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="scr:OrganizationAddressAssociationAugmentationPoint" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>