simpleType phoneNumberType
namespace http://www.ech.ch/xmlns/eCH-0129/5
type restriction of xs:string
properties
base xs:string
used by
elements contactType/faxNumber contactType/phoneNumber
facets
Kind Value Annotation
maxLength 20
whiteSpace collapse
pattern \d{10,20}
source <xs:simpleType name="phoneNumberType">
 
<xs:restriction base="xs:string">
   
<xs:maxLength value="20"/>
   
<xs:whiteSpace value="collapse"/>
   
<xs:pattern value="\d{10,20}"/>
 
</xs:restriction>
</xs:simpleType>


XML Schema documentation generated by XMLSpy Schema Editor http://www.altova.com/xmlspy