complexType CodeType
diagram index_p1659.png
namespace http://www.opengis.net/gml
type extension of xs:string
properties
base string
used by
elements anchorPoint axisAbbrev axisDirection catalogSymbol Category coordinateOperationName csName datumName ellipsoidName DirectionPropertyType/DirectionKeyword groupName LocationKeyWord measureDescription meridianName methodFormula methodName name parameterName srsName
complexTypes DerivedCRSTypeType PixelInCellType VerticalDatumTypeType
attributes
Name  Type  Use  Default  Fixed  annotation
codeSpacexs:anyURIoptional      
annotation
documentation
Name or code with an (optional) authority.  Text token. 
      If the codeSpace attribute is present, then its value should identify a dictionary, thesaurus
      or authority for the term, such as the organisation who assigned the value,
      or the dictionary from which it is taken. 
      A text string with an optional codeSpace attribute.
source <xs:complexType name="CodeType">
 
<xs:annotation>
   
<xs:documentation>Name or code with an (optional) authority.  Text token. 
      If the codeSpace attribute is present, then its value should identify a dictionary, thesaurus
      or authority for the term, such as the organisation who assigned the value,
      or the dictionary from which it is taken. 
      A text string with an optional codeSpace attribute.
</xs:documentation>
 
</xs:annotation>
 
<xs:simpleContent>
   
<xs:extension base="string">
     
<xs:attribute name="codeSpace" type="anyURI" use="optional"/>
   
</xs:extension>
 
</xs:simpleContent>
</xs:complexType>

attribute CodeType/@codeSpace
type xs:anyURI
properties
isRef 0
use optional
source <xs:attribute name="codeSpace" type="anyURI" use="optional"/>


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