Showing:

Attributes
Diagrams
Facets
Instances
Properties
Source
Used by
Element womltxtfct:ForecastTextSectionType / womltxtfct:title
Namespace http://xml.fmi.fi/namespace/woml/textfct/2010/11/15
Diagram
Diagram index65.tmp#id160 index15.tmp#id143 index108.tmp#id165
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 file:/Users/ilkkarinne/projects/woml-textfct/src/main/xsd/woml/textfct/woml-textfct.xsd
Element womltxtfct:ForecastTextSectionType / womltxtfct:content
Namespace http://xml.fmi.fi/namespace/woml/textfct/2010/11/15
Diagram
Diagram index406.tmp#id168 index15.tmp#id143 index407.tmp#id167
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 file:/Users/ilkkarinne/projects/woml-textfct/src/main/xsd/woml/textfct/woml-textfct.xsd
Element womltxtfct:ForecastTextSectionType / womltxtfct:context
Namespace http://xml.fmi.fi/namespace/woml/textfct/2010/11/15
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 file:/Users/ilkkarinne/projects/woml-textfct/src/main/xsd/woml/textfct/woml-textfct.xsd
Element womltxtfct:ForecastTextSectionType / womltxtfct:audience
Namespace http://xml.fmi.fi/namespace/woml/textfct/2010/11/15
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 file:/Users/ilkkarinne/projects/woml-textfct/src/main/xsd/woml/textfct/woml-textfct.xsd
Element womltxtfct:ForecastTextSectionType / womltxtfct:referenceData
Namespace http://xml.fmi.fi/namespace/woml/textfct/2010/11/15
Diagram
Diagram index5.tmp#id49 index6.tmp#id31 index7.tmp#id44 index8.tmp#id46 index9.tmp#id30 index10.tmp#id29 index233.tmp#id286 index233.tmp#id307 index233.tmp#id308 index233.tmp#id319 index233.tmp#id328 index233.tmp#id337 index233.tmp#id285
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 file:/Users/ilkkarinne/projects/woml-textfct/src/main/xsd/woml/textfct/woml-textfct.xsd
Complex Type womltxtfct:ForecastTextSectionType
Namespace http://xml.fmi.fi/namespace/woml/textfct/2010/11/15
Diagram
Diagram index5.tmp#id49 index6.tmp#id31 index7.tmp#id44 index8.tmp#id46 index9.tmp#id30 index10.tmp#id29 index311.tmp#id280 index311.tmp#id281 index311.tmp#id282 index311.tmp#id283 index311.tmp#id284
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 file:/Users/ilkkarinne/projects/woml-textfct/src/main/xsd/woml/textfct/woml-textfct.xsd