nc:TelephoneNumberType

complexType TelephoneNumberType in namespace http://release.niem.gov/niem/niem-core/4.0/

Definition

A data type for a telephone number for a telecommunication device.

Diagram

XML Schema

<xs:complexType name="TelephoneNumberType">
<xs:annotation>
<xs:documentation>
A data type for a telephone number for a telecommunication device.
</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:sequence>
<xs:element ref="nc:TelephoneNumberAbstract" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="nc:TelephoneNumberCategoryAbstract" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="nc:TelephoneNumberDescriptionText" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="nc:TelephoneNumberAugmentationPoint" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>