Showing:

Attributes
Diagrams
Properties
Source
Used by
Element womlcore:CubicBezierSegmentType / womlcore:beginKnot
Namespace http://xml.fmi.fi/namespace/woml/core/2011/06/15
Diagram
Diagram index17.tmp#id110 index18.tmp#id111 index84.tmp#id109
Type gml:DirectPositionType
Type hierarchy
Properties
content: complex
minOccurs: 0
maxOccurs: 1
Attributes
QName Type Fixed Default Use Annotation
axisLabels gml:NCNameList optional
srsDimension positiveInteger optional
srsName anyURI optional
uomLabels gml:NCNameList optional
Source
<element name="beginKnot" type="gml:DirectPositionType" minOccurs="0" maxOccurs="1"/>
Schema location file:/Users/ilkkarinne/projects/woml-core/src/main/xsd/woml/core/woml-common-geometry.xsd
Element womlcore:CubicBezierSegmentType / womlcore:endKnot
Namespace http://xml.fmi.fi/namespace/woml/core/2011/06/15
Diagram
Diagram index17.tmp#id110 index18.tmp#id111 index84.tmp#id109
Type gml:DirectPositionType
Type hierarchy
Properties
content: complex
minOccurs: 1
maxOccurs: 1
Attributes
QName Type Fixed Default Use Annotation
axisLabels gml:NCNameList optional
srsDimension positiveInteger optional
srsName anyURI optional
uomLabels gml:NCNameList optional
Source
<element name="endKnot" type="gml:DirectPositionType" minOccurs="1" maxOccurs="1"/>
Schema location file:/Users/ilkkarinne/projects/woml-core/src/main/xsd/woml/core/woml-common-geometry.xsd
Element womlcore:CubicBezierSegmentType / womlcore:innerPoint
Namespace http://xml.fmi.fi/namespace/woml/core/2011/06/15
Diagram
Diagram index17.tmp#id110 index18.tmp#id111 index84.tmp#id109
Type gml:DirectPositionType
Type hierarchy
Properties
content: complex
minOccurs: 2
maxOccurs: 2
Attributes
QName Type Fixed Default Use Annotation
axisLabels gml:NCNameList optional
srsDimension positiveInteger optional
srsName anyURI optional
uomLabels gml:NCNameList optional
Source
<element name="innerPoint" type="gml:DirectPositionType" minOccurs="2" maxOccurs="2"/>
Schema location file:/Users/ilkkarinne/projects/woml-core/src/main/xsd/woml/core/woml-common-geometry.xsd
Complex Type womlcore:CubicBezierSegmentType
Namespace http://xml.fmi.fi/namespace/woml/core/2011/06/15
Diagram
Diagram index1214.tmp#id256 index1214.tmp#id257 index1214.tmp#id258
Used by
Model womlcore:beginKnot{0,1} , womlcore:endKnot , womlcore:innerPoint{2,2}
Children womlcore:beginKnot, womlcore:endKnot, womlcore:innerPoint
Source
<complexType name="CubicBezierSegmentType">
  <sequence>
    <element name="beginKnot" type="gml:DirectPositionType" minOccurs="0" maxOccurs="1"/>
    <element name="endKnot" type="gml:DirectPositionType" minOccurs="1" maxOccurs="1"/>
    <element name="innerPoint" type="gml:DirectPositionType" minOccurs="2" maxOccurs="2"/>
  </sequence>
</complexType>
Schema location file:/Users/ilkkarinne/projects/woml-core/src/main/xsd/woml/core/woml-common-geometry.xsd