namespace | http://www.pwg.org/schemas/2012/8/sm | |||||||||
type | restriction of xs:string | |||||||||
properties |
|
|||||||||
used by |
|
|||||||||
facets |
|
|||||||||
source | <xs:simpleType name="DialStringType"> <xs:restriction base="xs:string"> <xs:maxLength value="64"/> <xs:pattern value="([pw0-9A-D\*#\-\(\).'])*"/> </xs:restriction> </xs:simpleType> |