Showing:

Attributes
Diagrams
Facets
Properties
Source
Used by
Complex Type metobj:locationIdType
Namespace http://xml.fmi.fi/namespace/meteorology/conceptual-model/meteorological-objects/2009/04/28
Diagram
Diagram docindex67.tmp#id187 docindex102.tmp#id260
Type extension of metobj:shortStringType
Type hierarchy
Used by
Attributes
QName Type Fixed Default Use Annotation
scheme restriction of xs:string required
Source
<xs:complexType name="locationIdType">
  <xs:simpleContent>
    <xs:extension base="metobj:shortStringType">
      <xs:attribute name="scheme" use="required">
        <xs:simpleType>
          <xs:restriction base="xs:string">
            <xs:enumeration value="wmocode"/>
            <xs:enumeration value="lpnn"/>
            <xs:enumeration value="icao"/>
            <xs:enumeration value="other"/>
          </xs:restriction>
        </xs:simpleType>
      </xs:attribute>
    </xs:extension>
  </xs:simpleContent>
</xs:complexType>
Schema location http://xml.fmi.fi/schema/meteorology/conceptual-model/meteorological-objects/2009/04/28/metobjects-common.xsd
Attribute metobj:locationIdType/@scheme
Namespace No namespace
Type restriction of xs:string
Properties
use: required
Facets
enumeration wmocode, lpnn, icao, other
Used by
Complex Type metobj:locationIdType
Source
<xs:attribute name="scheme" use="required">
  <xs:simpleType>
    <xs:restriction base="xs:string">
      <xs:enumeration value="wmocode"/>
      <xs:enumeration value="lpnn"/>
      <xs:enumeration value="icao"/>
      <xs:enumeration value="other"/>
    </xs:restriction>
  </xs:simpleType>
</xs:attribute>
Schema location http://xml.fmi.fi/schema/meteorology/conceptual-model/meteorological-objects/2009/04/28/metobjects-common.xsd