complexType contactType
diagram index_p409.png
namespace http://www.ech.ch/xmlns/eCH-0129/5
children eCH-0129:emailAddress eCH-0129:phoneNumber eCH-0129:faxNumber
used by
element buildingAuthorityType/contact
source <xs:complexType name="contactType">
 
<xs:sequence>
   
<xs:element name="emailAddress" type="eCH-0129:emailAddressType" minOccurs="0"/>
   
<xs:element name="phoneNumber" type="eCH-0129:phoneNumberType" minOccurs="0"/>
   
<xs:element name="faxNumber" type="eCH-0129:phoneNumberType" minOccurs="0"/>
 
</xs:sequence>
</xs:complexType>

element contactType/emailAddress
diagram index_p410.png
namespace http://www.ech.ch/xmlns/eCH-0129/5
type eCH-0129:emailAddressType
properties
minOcc 0
maxOcc 1
content simple
facets
Kind Value Annotation
maxLength 100
whiteSpace collapse
pattern [A-Za-zäöüÄÖÜàáâãåæçèéêëìíîïðñòóôõøùúûýþÿ0-9!#-'\*\+\-/=\?\^_`\{-~]+(\.[A-Za-zäöüÄÖÜàáâãåæçèéêëìíîïðñòóôõøùúûýþÿ0-9!#-'\*\+\-/=\?\^_`\{-~]+)*@[A-Za-zäöüÄÖÜàáâãåæçèéêëìíîïðñòóôõøùúûýþÿ0-9!#-'\*\+\-/=\?\^_`\{-~]+(\.[A-Za-zäöüÄÖÜàáâãåæçèéêëìíîïðñòóôõøùúûýþÿ0-9!#-'\*\+\-/=\?\^_`\{-~]+)*
source <xs:element name="emailAddress" type="eCH-0129:emailAddressType" minOccurs="0"/>

element contactType/phoneNumber
diagram index_p411.png
namespace http://www.ech.ch/xmlns/eCH-0129/5
type eCH-0129:phoneNumberType
properties
minOcc 0
maxOcc 1
content simple
facets
Kind Value Annotation
maxLength 20
whiteSpace collapse
pattern \d{10,20}
source <xs:element name="phoneNumber" type="eCH-0129:phoneNumberType" minOccurs="0"/>

element contactType/faxNumber
diagram index_p412.png
namespace http://www.ech.ch/xmlns/eCH-0129/5
type eCH-0129:phoneNumberType
properties
minOcc 0
maxOcc 1
content simple
facets
Kind Value Annotation
maxLength 20
whiteSpace collapse
pattern \d{10,20}
source <xs:element name="faxNumber" type="eCH-0129:phoneNumberType" minOccurs="0"/>


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