nc:InternationalTelephoneNumberType
complexType InternationalTelephoneNumberType in namespace http://release.niem.gov/niem/niem-core/4.0/
Definition
A data type for an international telephone number.
Diagram
XML Schema
<xs:complexType name="InternationalTelephoneNumberType">
<xs:annotation>
<xs:documentation>
A data type for an international telephone number.</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:extension base="structures:ObjectType">
<xs:sequence>
<xs:element ref="nc:TelephoneCountryCodeID" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="nc:TelephoneNumberID" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="nc:TelephoneSuffixID" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="nc:InternationalTelephoneNumberAugmentationPoint" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>