nc:DirectDialTelephoneNumberType
complexType DirectDialTelephoneNumberType in namespace http://release.niem.gov/niem/niem-core/4.0/
Definition
A data type for a telephone number consisting of a shortened sequence of numbers that can be used within a local telephone system, such as a particular network or a corporate phone system.
Diagram
XML Schema
<xs:complexType name="DirectDialTelephoneNumberType">
<xs:annotation>
<xs:documentation>
A data type for a telephone number consisting of a shortened sequence of numbers that can be used within a local telephone system, such as a particular network or a corporate phone system.</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:extension base="structures:ObjectType">
<xs:sequence>
<xs:element ref="nc:DirectDialTelephoneNetworkText" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="nc:DirectDialTelephoneNumberID" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="nc:DirectDialTelephoneNumberAugmentationPoint" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>