| diagram |
 |
| namespace |
http://www.pwg.org/schemas/2012/8/sm |
| children |
DestinationUri PreDialString PostDialString T33Subaddress |
| used by |
|
| attributes |
| Name | Type | Use | Default | Fixed | annotation |
|
| source |
<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> |