complexType NimiType
diagram index_p530.png
namespace http://www.paikkatietopalvelu.fi/gml/yhteiset
children yht:teksti
used by
elements PostiosoiteType/osoitenimi OsoiteType/osoitenimi Referenssipiste/teksti
annotation
documentation
Niim. Voidaan käyttää esim. nimistö tai osoitekohteessa
source <xs:complexType name="NimiType">
 
<xs:annotation>
   
<xs:documentation>Niim. Voidaan käyttää esim. nimistö tai osoitekohteessa</xs:documentation>
 
</xs:annotation>
 
<xs:sequence>
   
<xs:element name="teksti" maxOccurs="unbounded">
     
<xs:complexType>
       
<xs:simpleContent>
         
<xs:extension base="xs:string">
           
<xs:attribute ref="xml:lang" default="fi"/>
         
</xs:extension>
       
</xs:simpleContent>
     
</xs:complexType>
   
</xs:element>
 
</xs:sequence>
</xs:complexType>

element NimiType/teksti
diagram index_p531.png
namespace http://www.paikkatietopalvelu.fi/gml/yhteiset
type extension of xs:string
properties
isRef 0
minOcc 1
maxOcc unbounded
content complex
attributes
Name  Type  Use  Default  Fixed  annotation
lang  fi    
documentation
Attempting to install the relevant ISO 2- and 3-letter
         codes as the enumerated possible values is probably never
         going to be a realistic possibility.  See
         RFC 3066 at http://www.ietf.org/rfc/rfc3066.txt and the IANA registry
         at http://www.iana.org/assignments/lang-tag-apps.htm for
         further information.

         The union allows for the 'un-declaration' of xml:lang with
         the empty string.
source <xs:element name="teksti" maxOccurs="unbounded">
 
<xs:complexType>
   
<xs:simpleContent>
     
<xs:extension base="xs:string">
       
<xs:attribute ref="xml:lang" default="fi"/>
     
</xs:extension>
   
</xs:simpleContent>
 
</xs:complexType>
</xs:element>


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