Documentation for fieldgml

Complex Type: ScalarValuePropertyType

[Table of contents]

Super-types: ValuePropertyType < ScalarValuePropertyType (by restriction)
Sub-types: None
Name ScalarValuePropertyType
Abstract no
Documentation Property whose content is a scalar value.
XML Instance Representation
<...
xlink:type="simple [0..1]"
xlink:href="[0..1]"
xlink:role="[0..1]"
xlink:arcrole="[0..1]"
xlink:title="[0..1]"
xlink:show="[0..1]"
xlink:actuate="[0..1]"
gml:remoteSchema="[0..1]">
Start Sequence [0..1]
Start Choice [1]
<gml:Boolean> ... </gml:Boolean> [1]
<gml:Category> ... </gml:Category> [1]
<gml:Quantity> ... </gml:Quantity> [1]
<gml:Count> ... </gml:Count> [1]
End Choice
End Sequence
</...>
Diagram
Schema Component Representation
<complexType name="ScalarValuePropertyType">
<complexContent>
<restriction base=" gml:ValuePropertyType ">
<sequence minOccurs="0">
<-- <element ref="gml:_ScalarValue"/> -->
<group ref=" gml:ScalarValue "/>
</sequence>
</restriction>
</complexContent>
</complexType>