complexType DefinitionType
diagram index_p1339.png
namespace http://www.opengis.net/gml
type restriction of gml:AbstractGMLType
properties
base gml:AbstractGMLType
children gml:metaDataProperty gml:description gml:name
used by
element Definition
complexTypes AbstractCoordinateOperationBaseType AbstractCoordinateSystemBaseType AbstractDatumBaseType AbstractGeneralOperationParameterType AbstractReferenceSystemBaseType AbstractTimeReferenceSystemType CoordinateSystemAxisBaseType DefinitionProxyType DictionaryType EllipsoidBaseType OperationMethodBaseType PrimeMeridianBaseType TimeCalendarEraType TimeOrdinalEraType UnitDefinitionType
attributes
Name  Type  Use  Default  Fixed  annotation
idrequired      
documentation
Database handle for the object.  It is of XML type ID, so is constrained to be unique in the XML document within which it occurs.  An external identifier for the object in the form of a URI may be constructed using standard XML and XPointer methods.  This is done by concatenating the URI for the document, a fragment separator, and the value of the id attribute.
annotation
documentation
A definition, which can be included in or referenced by a dictionary. In this extended type, the inherited "description" optional element can hold the definition whenever only text is needed. The inherited "name" elements can provide one or more brief terms for which this is the definition. The inherited "metaDataProperty" elements can be used to reference or include more information about this definition. 
The gml:id attribute is required - it must be possible to reference this definition using this handle. 
source <xs:complexType name="DefinitionType">
 
<xs:annotation>
   
<xs:documentation>A definition, which can be included in or referenced by a dictionary. In this extended type, the inherited "description" optional element can hold the definition whenever only text is needed. The inherited "name" elements can provide one or more brief terms for which this is the definition. The inherited "metaDataProperty" elements can be used to reference or include more information about this definition. 
The gml:id attribute is required - it must be possible to reference this definition using this handle. 
</xs:documentation>
 
</xs:annotation>
 
<xs:complexContent>
   
<xs:restriction base="gml:AbstractGMLType">
     
<xs:sequence>
       
<xs:element ref="gml:metaDataProperty" minOccurs="0" maxOccurs="unbounded"/>
       
<xs:element ref="gml:description" minOccurs="0"/>
       
<xs:element ref="gml:name" maxOccurs="unbounded"/>
     
</xs:sequence>
     
<xs:attribute ref="gml:id" use="required"/>
   
</xs:restriction>
 
</xs:complexContent>
</xs:complexType>


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