Showing:

Attributes
Diagrams
Facets
Instances
Properties
Source
Used by
Element womltxtfct:ForecastTextSectionType / womltxtfct:title
Namespace http://xml.fmi.fi/namespace/woml/2010/05/28/textfct
Diagram
Diagram docindex10.tmp#id163 docindex11.tmp#id146 docindex12.tmp#id168
Type womlcore:shortLocalizedStringType
Type hierarchy
Properties
content: complex
minOccurs: 1
maxOccurs: unbounded
Attributes
QName Type Fixed Default Use Annotation
xml:lang xs:language required
In due course, we should install the relevant ISO 2- and 3-letter codes as the enumerated possible values . . .
Source
<element name="title" type="womlcore:shortLocalizedStringType" minOccurs="1" maxOccurs="unbounded"/>
Schema location http://xml.fmi.fi/schema/woml/2010/05/28/textfct/woml-textfct.xsd
Element womltxtfct:ForecastTextSectionType / womltxtfct:content
Namespace http://xml.fmi.fi/namespace/woml/2010/05/28/textfct
Diagram
Diagram docindex209.tmp#id171 docindex11.tmp#id146 docindex210.tmp#id170
Type womlcore:longLocalizedStringType
Type hierarchy
Properties
content: complex
minOccurs: 1
maxOccurs: unbounded
Attributes
QName Type Fixed Default Use Annotation
xml:lang xs:language required
In due course, we should install the relevant ISO 2- and 3-letter codes as the enumerated possible values . . .
Source
<element name="content" type="womlcore:longLocalizedStringType" minOccurs="1" maxOccurs="unbounded"/>
Schema location http://xml.fmi.fi/schema/woml/2010/05/28/textfct/woml-textfct.xsd
Element womltxtfct:ForecastTextSectionType / womltxtfct:context
Namespace http://xml.fmi.fi/namespace/woml/2010/05/28/textfct
Diagram
Diagram
Type restriction of string
Properties
content: simple
minOccurs: 0
maxOccurs: 1
Facets
enumeration land
enumeration sea
enumeration lake
enumeration coast
enumeration highland
enumeration lowland
Source
<element name="context" minOccurs="0" maxOccurs="1">
  <simpleType>
    <restriction base="string">
      <enumeration value="land"/>
      <enumeration value="sea"/>
      <enumeration value="lake"/>
      <enumeration value="coast"/>
      <enumeration value="highland"/>
      <enumeration value="lowland"/>
    </restriction>
  </simpleType>
</element>
Schema location http://xml.fmi.fi/schema/woml/2010/05/28/textfct/woml-textfct.xsd
Element womltxtfct:ForecastTextSectionType / womltxtfct:audience
Namespace http://xml.fmi.fi/namespace/woml/2010/05/28/textfct
Diagram
Diagram
Type restriction of string
Properties
content: simple
minOccurs: 0
maxOccurs: unbounded
Facets
enumeration forecaster
enumeration professional
enumeration general public
Source
<element name="audience" minOccurs="0" maxOccurs="unbounded">
  <simpleType>
    <restriction base="string">
      <enumeration value="forecaster"/>
      <enumeration value="professional"/>
      <enumeration value="general public"/>
    </restriction>
  </simpleType>
</element>
Schema location http://xml.fmi.fi/schema/woml/2010/05/28/textfct/woml-textfct.xsd
Element womltxtfct:ForecastTextSectionType / womltxtfct:referenceData
Namespace http://xml.fmi.fi/namespace/woml/2010/05/28/textfct
Diagram
Diagram docindex33.tmp#id56 docindex34.tmp#id38 docindex35.tmp#id51 docindex36.tmp#id53 docindex37.tmp#id37 docindex38.tmp#id36 docindex413.tmp#id776 docindex413.tmp#id794 docindex413.tmp#id795 docindex413.tmp#id802 docindex413.tmp#id810 docindex413.tmp#id818 docindex413.tmp#id775
Type womlcore:DataSourceType
Type hierarchy
Properties
content: complex
minOccurs: 0
maxOccurs: unbounded
Model gml:metaDataProperty* , gml:description{0,1} , gml:name* , (womlcore:numericalModelRun | womlcore:observationsCollectedUntil | womlcore:meteorologicalAnalysis | womlcore:weatherForecast | womlcore:satelliteImage | womlcore:radarImage)
Children gml:description, gml:metaDataProperty, gml:name, womlcore:meteorologicalAnalysis, womlcore:numericalModelRun, womlcore:observationsCollectedUntil, womlcore:radarImage, womlcore:satelliteImage, womlcore:weatherForecast
Instance
<womltxtfct:referenceData gml:id="">
  <gml:metaDataProperty about="" xlink:actuate="" xlink:arcrole="" xlink:href="" gml:remoteSchema="" xlink:role="" xlink:show="" xlink:title="" xlink:type="simple">{0,unbounded}</gml:metaDataProperty>
  <gml:description xlink:actuate="" xlink:arcrole="" xlink:href="" gml:remoteSchema="" xlink:role="" xlink:show="" xlink:title="" xlink:type="simple">{0,1}</gml:description>
  <gml:name codeSpace="">{0,unbounded}</gml:name>
</womltxtfct:referenceData>
Attributes
QName Type Fixed Default Use Annotation
gml:id ID optional
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
<element name="referenceData" type="womlcore:DataSourceType" minOccurs="0" maxOccurs="unbounded"/>
Schema location http://xml.fmi.fi/schema/woml/2010/05/28/textfct/woml-textfct.xsd
Complex Type womltxtfct:ForecastTextSectionType
Namespace http://xml.fmi.fi/namespace/woml/2010/05/28/textfct
Diagram
Diagram docindex33.tmp#id56 docindex34.tmp#id38 docindex35.tmp#id51 docindex36.tmp#id53 docindex37.tmp#id37 docindex38.tmp#id36 docindex74.tmp#id1048 docindex74.tmp#id1049 docindex74.tmp#id1050 docindex74.tmp#id1051 docindex74.tmp#id1052
Type extension of gml:AbstractGMLType
Type hierarchy
Used by
Model gml:metaDataProperty* , gml:description{0,1} , gml:name* , womltxtfct:title+ , womltxtfct:content+ , womltxtfct:context{0,1} , womltxtfct:audience* , womltxtfct:referenceData*
Children gml:description, gml:metaDataProperty, gml:name, womltxtfct:audience, womltxtfct:content, womltxtfct:context, womltxtfct:referenceData, womltxtfct:title
Attributes
QName Type Fixed Default Use Annotation
gml:id ID optional
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
<complexType name="ForecastTextSectionType">
  <complexContent>
    <extension base="gml:AbstractGMLType">
      <sequence>
        <element name="title" type="womlcore:shortLocalizedStringType" minOccurs="1" maxOccurs="unbounded"/>
        <element name="content" type="womlcore:longLocalizedStringType" minOccurs="1" maxOccurs="unbounded"/>
        <element name="context" minOccurs="0" maxOccurs="1">
          <simpleType>
            <restriction base="string">
              <enumeration value="land"/>
              <enumeration value="sea"/>
              <enumeration value="lake"/>
              <enumeration value="coast"/>
              <enumeration value="highland"/>
              <enumeration value="lowland"/>
            </restriction>
          </simpleType>
        </element>
        <element name="audience" minOccurs="0" maxOccurs="unbounded">
          <simpleType>
            <restriction base="string">
              <enumeration value="forecaster"/>
              <enumeration value="professional"/>
              <enumeration value="general public"/>
            </restriction>
          </simpleType>
        </element>
        <element name="referenceData" type="womlcore:DataSourceType" minOccurs="0" maxOccurs="unbounded"/>
      </sequence>
    </extension>
  </complexContent>
</complexType>
Schema location http://xml.fmi.fi/schema/woml/2010/05/28/textfct/woml-textfct.xsd