j:EntityTelephoneNumberAssociationType
complexType EntityTelephoneNumberAssociationType in namespace http://release.niem.gov/niem/domains/jxdm/6.2/
Definition
A data type for a relationship between an entity (person or organization) and a telephone number.
Diagram
XML Schema
<xs:complexType name="EntityTelephoneNumberAssociationType">
<xs:annotation>
<xs:documentation>
A data type for a relationship between an entity (person or organization) and a telephone number.</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:extension base="nc:AssociationType">
<xs:sequence>
<xs:element ref="j:TelephoneNumberDayIndicator" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="j:TelephoneNumberEmergencyIndicator" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="j:TelephoneNumberEveningIndicator" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="j:TelephoneNumberHomeIndicator" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="j:TelephoneNumberNightIndicator" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="j:TelephoneNumberPrimaryIndicator" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="j:TelephoneNumberWorkIndicator" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="nc:Organization" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="nc:Person" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="nc:TelephoneNumber" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="j:EntityTelephoneNumberAssociationAugmentationPoint" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>