Showing:

Attributes
Diagrams
Instances
Properties
Source
Used by
Element womlqty:FlowDirectionMeasureType / womlqty:direction
Namespace http://xml.fmi.fi/namespace/woml/quantity/2012/11/15
Diagram
Diagram index49.tmp#id103 index0.tmp#id78 index531.tmp#id373 index531.tmp#id380 index531.tmp#id387 index531.tmp#id388 index531.tmp#id389 index531.tmp#id372
Type gml:DirectionPropertyType
Properties
content: complex
minOccurs: 1
maxOccurs: 1
Model gml:DirectionVector | gml:DirectionDescription | gml:CompassPoint | gml:DirectionKeyword | gml:DirectionString
Children gml:CompassPoint, gml:DirectionDescription, gml:DirectionKeyword, gml:DirectionString, gml:DirectionVector
Instance
<womlqty:direction xlink:actuate="" xlink:arcrole="" xlink:href="" nilReason="" owns="false" gml:remoteSchema="" xlink:role="" xlink:show="" xlink:title="" xlink:type="simple">
  <gml:DirectionVector>{1,1}</gml:DirectionVector>
  <gml:DirectionDescription>{1,1}</gml:DirectionDescription>
  <gml:CompassPoint>{1,1}</gml:CompassPoint>
  <gml:DirectionKeyword codeSpace="">{1,1}</gml:DirectionKeyword>
  <gml:DirectionString xlink:actuate="" xlink:arcrole="" xlink:href="" nilReason="" gml:remoteSchema="" xlink:role="" xlink:show="" xlink:title="" xlink:type="simple">{1,1}</gml:DirectionString>
</womlqty:direction>
Attributes
QName Type Fixed Default Use Annotation
gml:remoteSchema anyURI optional
nilReason gml:NilReasonType optional
owns boolean false optional
xlink:actuate xlink:actuateType optional
xlink:arcrole xlink:arcroleType optional
xlink:href xlink:hrefType optional
xlink:role xlink:roleType optional
xlink:show xlink:showType optional
xlink:title xlink:titleAttrType optional
xlink:type xlink:typeType simple optional
Source
<element name="direction" type="gml:DirectionPropertyType" minOccurs="1" maxOccurs="1"/>
Schema location file:/Users/ilkkarinne/projects/woml-quantity-2012-11-15-schema/src/main/resources/woml/quantity/2012/11/15/woml-quantity.xsd
Element womlqty:FlowDirectionMeasureType / womlqty:indeterminedDirection
Namespace http://xml.fmi.fi/namespace/woml/quantity/2012/11/15
Diagram
Diagram
Type boolean
Properties
content: simple
minOccurs: 0
maxOccurs: 1
Source
<element name="indeterminedDirection" type="boolean" minOccurs="0" maxOccurs="1"/>
Schema location file:/Users/ilkkarinne/projects/woml-quantity-2012-11-15-schema/src/main/resources/woml/quantity/2012/11/15/woml-quantity.xsd
Complex Type womlqty:FlowDirectionMeasureType
Namespace http://xml.fmi.fi/namespace/woml/quantity/2012/11/15
Diagram
Diagram index18.tmp#id77 index19.tmp#id71 index20.tmp#id99 index21.tmp#id101 index22.tmp#id105 index23.tmp#id110 index24.tmp#id70 index25.tmp#id69 index223.tmp#id304 index224.tmp#id371 index224.tmp#id390
Type extension of womlqty:AbstractMeasureValueType
Type hierarchy
Used by
Model gml:metaDataProperty* , gml:description{0,1} , gml:descriptionReference{0,1} , gml:identifier{0,1} , gml:name* , (womlqty:direction | womlqty:indeterminedDirection{0,1})
Children gml:description, gml:descriptionReference, gml:identifier, gml:metaDataProperty, gml:name, womlqty:direction, womlqty:indeterminedDirection
Attributes
QName Type Fixed Default Use Annotation
gml:id ID required
The attribute gml:id supports provision of a handle for the XML element representing a GML Object. Its use is mandatory for all GML objects. It is of XML type ID, so is constrained to be unique in the XML document within which it occurs.
Source
<complexType name="FlowDirectionMeasureType">
  <complexContent>
    <extension base="womlqty:AbstractMeasureValueType">
      <sequence>
        <choice>
          <element name="direction" type="gml:DirectionPropertyType" minOccurs="1" maxOccurs="1"/>
          <element name="indeterminedDirection" type="boolean" minOccurs="0" maxOccurs="1"/>
        </choice>
      </sequence>
    </extension>
  </complexContent>
</complexType>
Schema location file:/Users/ilkkarinne/projects/woml-quantity-2012-11-15-schema/src/main/resources/woml/quantity/2012/11/15/woml-quantity.xsd