nc:NANPTelephoneNumberType
complexType NANPTelephoneNumberType in namespace http://release.niem.gov/niem/niem-core/4.0/
Definition
A data type for a North American Numbering Plan telephone number.
Diagram
XML Schema
<xs:complexType name="NANPTelephoneNumberType">
<xs:annotation>
<xs:documentation>
A data type for a North American Numbering Plan telephone number.</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:extension base="structures:ObjectType">
<xs:sequence>
<xs:element ref="nc:TelephoneAreaCodeID" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="nc:TelephoneExchangeID" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="nc:TelephoneLineID" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="nc:TelephoneSuffixID" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="nc:NANPTelephoneNumberAugmentationPoint" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>