Complex Type womlcore:CombinedSegmentArrayPropertyType
Namespace
http://xml.fmi.fi/namespace/woml/core/2011/03/15
Annotations
Note: in the future version of WOML one of the options forsmooth curves (gml:CubicSpline orgml:Bezier) will probably be deprecated. Let us knowwhich one works better for you.
<complexType name="CombinedSegmentArrayPropertyType"><annotation><documentation>Note: in the future version of WOML one of the options for smooth curves (gml:CubicSpline or gml:Bezier) will probably be deprecated. Let us know which one works better for you.</documentation></annotation><sequence><choice minOccurs="1" maxOccurs="unbounded"><element ref="gml:CubicSpline" minOccurs="0" maxOccurs="1"/><element ref="gml:Bezier" minOccurs="0" maxOccurs="1"/><element ref="gml:LineStringSegment" minOccurs="0" maxOccurs="1"/></choice></sequence></complexType>