| diagram | ![]() |
||||
| namespace | http://www.opengis.net/gml | ||||
| type | restriction of gml:AbstractDatumType | ||||
| properties |
|
||||
| children | gml:description gml:name gml:remarks gml:scope | ||||
| used by |
|
||||
| annotation |
|
||||
| source | <xs:complexType name="TemporalDatumBaseType" abstract="true"> <xs:annotation> <xs:documentation>The TemporalDatumBaseType partially defines the origin of a temporal coordinate reference system. This type restricts the AbstractDatumType to remove the "anchorDefinition" and "realizationEpoch" elements.</xs:documentation> </xs:annotation> <xs:complexContent> <xs:restriction base="gml:AbstractDatumType"> <xs:sequence> <!-- <element ref="gml:metaDataProperty" minOccurs="0" maxOccurs="unbounded"/> --> <xs:element ref="gml:description" minOccurs="0"/> <!-- <element ref="gml:descriptionReference" minOccurs="0"/> --> <!-- <element ref="gml:identifier"/> --> <xs:element ref="gml:name" minOccurs="0" maxOccurs="unbounded"/> <xs:element ref="gml:remarks" minOccurs="0"/> <xs:element ref="gml:scope" maxOccurs="unbounded"/> </xs:sequence> <xs:attribute ref="gml:id" use="required"/> </xs:restriction> </xs:complexContent> </xs:complexType> |