complexType StringOrRefType
diagram index_p1655.png
namespace http://www.opengis.net/gml
type extension of xs:string
properties
base string
used by
elements dataSource description DirectionPropertyType/DirectionString TimeCalendarEraType/referenceEvent TimeClockType/referenceEvent LocationString MappingRule quantityType remarks status
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
This type is available wherever there is a need for a "text" type property. It is of string type, so the text can be included inline, but the value can also be referenced remotely via xlinks from the AssociationAttributeGroup. If the remote reference is present, then the value obtained by traversing the link should be used, and the string content of the element can be used for an annotation.
source <xs:complexType name="StringOrRefType">
 
<xs:annotation>
   
<xs:documentation>This type is available wherever there is a need for a "text" type property. It is of string type, so the text can be included inline, but the value can also be referenced remotely via xlinks from the AssociationAttributeGroup. If the remote reference is present, then the value obtained by traversing the link should be used, and the string content of the element can be used for an annotation.</xs:documentation>
 
</xs:annotation>
 
<xs:simpleContent>
   
<xs:extension base="string">
     
<xs:attributeGroup ref="gml:AssociationAttributeGroup"/>
   
</xs:extension>
 
</xs:simpleContent>
</xs:complexType>


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