complexType ScalarValuePropertyType
diagram index_p1011.png
namespace http://www.opengis.net/gml
type restriction of gml:ValuePropertyType
properties
base gml:ValuePropertyType
children gml:Boolean gml:Category gml:Quantity gml:Count
attributes
Name  Type  Use  Default  Fixed  annotation
type    simple  
href      
role      
arcrole      
title      
show      
actuate      
remoteSchemaoptional      
documentation
Reference to an XML Schema fragment that specifies the content model of the propertys value. This is in conformance with the XML Schema Section 4.14 Referencing Schemas from Elsewhere.
annotation
documentation
Property whose content is a scalar value.
source <xs:complexType name="ScalarValuePropertyType">
 
<xs:annotation>
   
<xs:documentation>Property whose content is a scalar value.</xs:documentation>
 
</xs:annotation>
 
<xs:complexContent>
   
<xs:restriction base="gml:ValuePropertyType">
     
<xs:sequence minOccurs="0">
       
<!-- <element ref="gml:_ScalarValue"/> -->
       
<xs:group ref="gml:ScalarValue"/>
     
</xs:sequence>
   
</xs:restriction>
 
</xs:complexContent>
</xs:complexType>


XML Schema documentation generated by
XMLSpy Schema Editor http://www.altova.com/xmlspy