simpleType nameOfBuildingType
namespace http://www.ech.ch/xmlns/eCH-0129/5
type restriction of xs:token
properties
base xs:token
used by
elements buildingType/name buildingOnlyType/name buildingIdentificationType/nameOfBuilding buildingType/nameOfBuilding
facets
Kind Value Annotation
minLength 3
maxLength 40
source <xs:simpleType name="nameOfBuildingType">
 
<xs:restriction base="xs:token">
   
<xs:minLength value="3"/>
   
<xs:maxLength value="40"/>
 
</xs:restriction>
</xs:simpleType>


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