Showing:

Attributes
Diagrams
Properties
Source
Used by
Imported schema localization-1.0.xsd
Namespace http://tietomallit.ymparisto.fi/ry-yhteiset/kielituki/xml/1.0
Properties
attribute form default unqualified
element form default qualified
version 1.0.0
Element lsp:languageString
Namespace http://tietomallit.ymparisto.fi/ry-yhteiset/kielituki/xml/1.0
Diagram
Diagram namespace.tmp#lang xml_1_0.tmp#languageStringType
Type lsp:languageStringType
Properties
content complex
Attributes
QName Type Use Annotation
xml:lang union of(xs:language, restriction of xs:string) optional
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="languageString" type="lsp:languageStringType"/>
Complex Type lsp:languageStringType
Namespace http://tietomallit.ymparisto.fi/ry-yhteiset/kielituki/xml/1.0
Diagram
Diagram namespace.tmp#lang
Type extension of xs:string
Used by
Attributes
QName Type Use Annotation
xml:lang union of(xs:language, restriction of xs:string) optional
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:complexType name="languageStringType">
  <xs:simpleContent>
    <xs:extension base="xs:string">
      <xs:attribute ref="xml:lang"/>
    </xs:extension>
  </xs:simpleContent>
</xs:complexType>