complexType MerkintaType
diagram index_p228.png
namespace http://www.kuntatietopalvelu.fi/gml/yhteiset
type extension of gml:AbstractFeatureType
properties
base gml:AbstractFeatureType
children gml:metaDataProperty gml:description gml:name gml:boundedBy gml:location yht:sijainninSelitysteksti yht:sijaintitieto
attributes
Name  Type  Use  Default  Fixed  annotation
idoptional      
documentation
Database handle for the object.  It is of XML type ID, so is constrained to be unique in the XML document within which it occurs.  An external identifier for the object in the form of a URI may be constructed using standard XML and XPointer methods.  This is done by concatenating the URI for the document, a fragment separator, and the value of the id attribute.
source <xs:complexType name="MerkintaType">
 
<xs:complexContent>
   
<xs:extension base="gml:AbstractFeatureType">
     
<xs:sequence>
       
<xs:element name="sijainninSelitysteksti" type="xs:string" minOccurs="0"/>
       
<xs:element name="sijaintitieto" minOccurs="0">
         
<xs:complexType>
           
<xs:sequence>
             
<xs:element name="Sijainti" type="yht:SijaintiType"/>
           
</xs:sequence>
         
</xs:complexType>
       
</xs:element>
     
</xs:sequence>
   
</xs:extension>
 
</xs:complexContent>
</xs:complexType>

element MerkintaType/sijainninSelitysteksti
diagram index_p229.png
namespace http://www.kuntatietopalvelu.fi/gml/yhteiset
type xs:string
properties
isRef 0
minOcc 0
maxOcc 1
content simple
source <xs:element name="sijainninSelitysteksti" type="xs:string" minOccurs="0"/>

element MerkintaType/sijaintitieto
diagram index_p230.png
namespace http://www.kuntatietopalvelu.fi/gml/yhteiset
properties
isRef 0
minOcc 0
maxOcc 1
content complex
children yht:Sijainti
source <xs:element name="sijaintitieto" minOccurs="0">
 
<xs:complexType>
   
<xs:sequence>
     
<xs:element name="Sijainti" type="yht:SijaintiType"/>
   
</xs:sequence>
 
</xs:complexType>
</xs:element>

element MerkintaType/sijaintitieto/Sijainti
diagram index_p231.png
namespace http://www.kuntatietopalvelu.fi/gml/yhteiset
type yht:SijaintiType
properties
isRef 0
content complex
children yht:osoite yht:piste yht:viiva yht:alue yht:tyhja yht:sijaintiepavarmuus yht:luontitapa yht:nimi yht:kuvaus yht:korkeusTaiSyvyys yht:pintaAla
source <xs:element name="Sijainti" type="yht:SijaintiType"/>


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