Definition Type: ComplexType
Name: DestinationEntryType
Namespace: http://www.pwg.org/schemas/2016/01/sm
Containing Schema: PwgCommon.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into T33Subaddress Drilldown into PostDialString Drilldown into PreDialString Drilldown into DestinationUriXSD Diagram of DestinationEntryType
Collapse XSD Schema Code:
<?xml version="1.0" encoding="utf-16"?>
<xs:complexType name="DestinationEntryType">
    <xs:sequence>
        <xs:element ref="DestinationUri" />
        <xs:element name="PreDialString" type="DialStringType" minOccurs="0" />
        <xs:element name="PostDialString" type="DialStringType" minOccurs="0" />
        <xs:element name="T33Subaddress" type="xs:int" minOccurs="0" />
        <xs:any namespace="##other" minOccurs="0" maxOccurs="unbounded" />
    </xs:sequence>
    <xs:anyAttribute namespace="##other" processContents="lax" />
</xs:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
DestinationUri pwg:DestinationUri (1) (1)
PreDialString pwg:PreDialString 0 (1)
PostDialString pwg:PostDialString 0 (1)
T33Subaddress pwg:T33Subaddress 0 (1)
<xs:any> Allowed namespace: '##other' 0 unbounded
Collapse Child Attributes:
Name Type Default Value Use
<anyAttribute> Allowed namespace: '##other'
Collapse Derivation Tree:
Collapse References:
pwg:DestinationUrisEntry