complexType buildingDateType
diagram index_p272.png
namespace http://www.ech.ch/xmlns/eCH-0129/5
children eCH-0129:yearMonthDay eCH-0129:yearMonth eCH-0129:year eCH-0129:periodOfConstruction
used by
elements buildingType/dateOfConstruction buildingOnlyType/dateOfConstruction buildingType/dateOfRenovation buildingOnlyType/dateOfRenovation
source <xs:complexType name="buildingDateType">
 
<xs:choice>
   
<xs:element name="yearMonthDay">
     
<xs:simpleType>
       
<xs:restriction base="xs:date">
         
<xs:minInclusive value="1000-01-01"/>
         
<xs:maxInclusive value="2099-12-31"/>
       
</xs:restriction>
     
</xs:simpleType>
   
</xs:element>
   
<xs:element name="yearMonth">
     
<xs:simpleType>
       
<xs:restriction base="xs:gYearMonth">
         
<xs:minInclusive value="1000-01"/>
         
<xs:maxInclusive value="2099-12"/>
       
</xs:restriction>
     
</xs:simpleType>
   
</xs:element>
   
<xs:element name="year">
     
<xs:simpleType>
       
<xs:restriction base="xs:gYear">
         
<xs:minInclusive value="1000"/>
         
<xs:maxInclusive value="2099"/>
       
</xs:restriction>
     
</xs:simpleType>
   
</xs:element>
   
<xs:element name="periodOfConstruction" type="eCH-0129:periodOfConstructionType"/>
 
</xs:choice>
</xs:complexType>

element buildingDateType/yearMonthDay
diagram index_p273.png
namespace http://www.ech.ch/xmlns/eCH-0129/5
type restriction of xs:date
properties
content simple
facets
Kind Value Annotation
minInclusive 1000-01-01
maxInclusive 2099-12-31
source <xs:element name="yearMonthDay">
 
<xs:simpleType>
   
<xs:restriction base="xs:date">
     
<xs:minInclusive value="1000-01-01"/>
     
<xs:maxInclusive value="2099-12-31"/>
   
</xs:restriction>
 
</xs:simpleType>
</xs:element>

element buildingDateType/yearMonth
diagram index_p274.png
namespace http://www.ech.ch/xmlns/eCH-0129/5
type restriction of xs:gYearMonth
properties
content simple
facets
Kind Value Annotation
minInclusive 1000-01
maxInclusive 2099-12
source <xs:element name="yearMonth">
 
<xs:simpleType>
   
<xs:restriction base="xs:gYearMonth">
     
<xs:minInclusive value="1000-01"/>
     
<xs:maxInclusive value="2099-12"/>
   
</xs:restriction>
 
</xs:simpleType>
</xs:element>

element buildingDateType/year
diagram index_p275.png
namespace http://www.ech.ch/xmlns/eCH-0129/5
type restriction of xs:gYear
properties
content simple
facets
Kind Value Annotation
minInclusive 1000
maxInclusive 2099
source <xs:element name="year">
 
<xs:simpleType>
   
<xs:restriction base="xs:gYear">
     
<xs:minInclusive value="1000"/>
     
<xs:maxInclusive value="2099"/>
   
</xs:restriction>
 
</xs:simpleType>
</xs:element>

element buildingDateType/periodOfConstruction
diagram index_p276.png
namespace http://www.ech.ch/xmlns/eCH-0129/5
type eCH-0129:periodOfConstructionType
properties
content simple
facets
Kind Value Annotation
totalDigits 4
enumeration 8011
enumeration 8012
enumeration 8013
enumeration 8014
enumeration 8015
enumeration 8016
enumeration 8017
enumeration 8018
enumeration 8019
enumeration 8020
enumeration 8021
enumeration 8022
enumeration 8023
source <xs:element name="periodOfConstruction" type="eCH-0129:periodOfConstructionType"/>


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