Definition Type: SimpleType
Name: DialStringType
Namespace: http://www.pwg.org/schemas/2016/01/sm
Containing Schema: PwgCommon.xsd
Collapse XSD Schema Diagram:
XSD Diagram of DialStringType
Collapse XSD Schema Code:
<?xml version="1.0" encoding="utf-16"?>
<xs:simpleType name="DialStringType">
    <xs:restriction base="xs:string">
        <xs:maxLength value="64" />
        <xs:pattern value="([pw0-9A-D\*#\-\(\).'])*" />
    </xs:restriction>
</xs:simpleType>
Collapse Facets:
Facet Value
MaxLength 64
Pattern ([pw0-9A-D\*#\-\(\).'])*
Collapse Derivation Tree:
Collapse References:
pwg:PostDialString, pwg:PreDialString