complexType KantavaRakennusaineType
diagram index_p57.png
namespace http://www.paikkatietopalvelu.fi/gml/rakennusvalvonta
children rakval:muuRakennusaine rakval:rakennusaine
used by
elements RakennuksenTiedotType/kantavaRakennusaine ValmisRakennusTiedotType/kantavaRakennusaine
source <xs:complexType name="KantavaRakennusaineType">
 
<xs:choice>
   
<xs:element name="muuRakennusaine" type="xs:string"/>
   
<xs:element name="rakennusaine">
     
<xs:simpleType>
       
<xs:restriction base="xs:string">
         
<xs:enumeration value="betoni"/>
         
<xs:enumeration value="tiili"/>
         
<xs:enumeration value="teräs"/>
         
<xs:enumeration value="puu"/>
         
<xs:enumeration value="ei tiedossa"/>
       
</xs:restriction>
     
</xs:simpleType>
   
</xs:element>
 
</xs:choice>
</xs:complexType>

element KantavaRakennusaineType/muuRakennusaine
diagram index_p58.png
namespace http://www.paikkatietopalvelu.fi/gml/rakennusvalvonta
type xs:string
properties
isRef 0
content simple
source <xs:element name="muuRakennusaine" type="xs:string"/>

element KantavaRakennusaineType/rakennusaine
diagram index_p59.png
namespace http://www.paikkatietopalvelu.fi/gml/rakennusvalvonta
type restriction of xs:string
properties
isRef 0
content simple
facets
Kind Value annotation 
enumeration betoni 
enumeration tiili 
enumeration teräs 
enumeration puu 
enumeration ei tiedossa 
source <xs:element name="rakennusaine">
 
<xs:simpleType>
   
<xs:restriction base="xs:string">
     
<xs:enumeration value="betoni"/>
     
<xs:enumeration value="tiili"/>
     
<xs:enumeration value="teräs"/>
     
<xs:enumeration value="puu"/>
     
<xs:enumeration value="ei tiedossa"/>
   
</xs:restriction>
 
</xs:simpleType>
</xs:element>


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