Showing:

Attributes
Diagrams
Facets
Properties
Source
Used by
Complex Type womlcore:locationIdType
Namespace http://xml.fmi.fi/namespace/woml/core/2012/11/15
Diagram
Diagram index101.tmp#id215 index645.tmp#id266
Type extension of womlcore:shortStringType
Type hierarchy
Used by
Attributes
QName Type Fixed Default Use Annotation
scheme restriction of string required
Source
<complexType name="locationIdType">
  <simpleContent>
    <extension base="womlcore:shortStringType">
      <attribute name="scheme" use="required">
        <simpleType>
          <restriction base="string">
            <enumeration value="wmocode"/>
            <enumeration value="lpnn"/>
            <enumeration value="icao"/>
            <enumeration value="other"/>
            <!-- Enumerate administrative region authority codes here, from INSPIRE? -->
          </restriction>
        </simpleType>
      </attribute>
    </extension>
  </simpleContent>
</complexType>
Schema location http://xml.fmi.fi/schema/woml/core/2012/11/15/woml-common.xsd
Attribute womlcore:locationIdType / @scheme
Namespace No namespace
Type restriction of string
Properties
use: required
Facets
enumeration wmocode
enumeration lpnn
enumeration icao
enumeration other
Used by
Source
<attribute name="scheme" use="required">
  <simpleType>
    <restriction base="string">
      <enumeration value="wmocode"/>
      <enumeration value="lpnn"/>
      <enumeration value="icao"/>
      <enumeration value="other"/>
      <!-- Enumerate administrative region authority codes here, from INSPIRE? -->
    </restriction>
  </simpleType>
</attribute>
Schema location http://xml.fmi.fi/schema/woml/core/2012/11/15/woml-common.xsd