Schema
FdoSpatialContextList-1.0.0.xsd
element FdoSpatialContextList
FdoSpatialContextList
properties
children
ProviderName SpatialContext
source
complexType FdoSpatialContextList
ProviderName SpatialContext
used by
source
element FdoSpatialContextList/ProviderName
element FdoSpatialContextList/SpatialContext
Name Description CoordinateSystemName CoordinateSystemWkt ExtentType Extent XYTolerance ZTolerance
attributes
source
element FdoSpatialContextList/SpatialContext/Name
element FdoSpatialContextList/SpatialContext/Description
element FdoSpatialContextList/SpatialContext/CoordinateSystemName
element FdoSpatialContextList/SpatialContext/CoordinateSystemWkt
element FdoSpatialContextList/SpatialContext/ExtentType
element FdoSpatialContextList/SpatialContext/Extent
LowerLeftCoordinate UpperRightCoordinate
annotation
source
element FdoSpatialContextList/SpatialContext/Extent/LowerLeftCoordinate
X Y Z M
source
element FdoSpatialContextList/SpatialContext/Extent/LowerLeftCoordinate/X
element FdoSpatialContextList/SpatialContext/Extent/LowerLeftCoordinate/Y
element FdoSpatialContextList/SpatialContext/Extent/LowerLeftCoordinate/Z
element FdoSpatialContextList/SpatialContext/Extent/LowerLeftCoordinate/M
element FdoSpatialContextList/SpatialContext/Extent/UpperRightCoordinate
X Y Z M
source
element FdoSpatialContextList/SpatialContext/Extent/UpperRightCoordinate/X
element FdoSpatialContextList/SpatialContext/Extent/UpperRightCoordinate/Y
element FdoSpatialContextList/SpatialContext/Extent/UpperRightCoordinate/Z
element FdoSpatialContextList/SpatialContext/Extent/UpperRightCoordinate/M
element FdoSpatialContextList/SpatialContext/XYTolerance
element FdoSpatialContextList/SpatialContext/ZTolerance
| attribute form default: | unqualified |
| element form default: | qualified |
| Elements | Complex types |
| FdoSpatialContextList | FdoSpatialContextList |
element FdoSpatialContextList
| diagram | ![]() |
| type |
| content | complex |
<xs:element name="FdoSpatialContextList" type="FdoSpatialContextList"/>
complexType FdoSpatialContextList
| diagram | ![]() |
| children |
| element | FdoSpatialContextList |
<xs:complexType name="FdoSpatialContextList"> <xs:sequence> <xs:element name="ProviderName" type="xs:string"/> <xs:element name="SpatialContext" maxOccurs="unbounded"> <xs:complexType> <xs:sequence> <xs:element name="Name" type="xs:string"/> <xs:element name="Description" type="xs:string"/> <xs:element name="CoordinateSystemName" type="xs:string"/> <xs:element name="CoordinateSystemWkt" type="xs:string"/> <xs:element name="ExtentType"> <xs:simpleType> <xs:restriction base="xs:string"> <xs:enumeration value="Static"/> <xs:enumeration value="Dynamic"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="Extent"> <xs:annotation> <xs:documentation>This would return AWKT representing extents e.g. polygon, polyline or circle etc.</xs:documentation> </xs:annotation> <xs:complexType> <xs:sequence> <xs:element name="LowerLeftCoordinate"> <xs:complexType> <xs:sequence> <xs:element name="X" type="xs:string"/> <xs:element name="Y" type="xs:string"/> <xs:element name="Z" type="xs:string" minOccurs="0"/> <xs:element name="M" type="xs:string" minOccurs="0"/> </xs:sequence> </xs:complexType> </xs:element> <xs:element name="UpperRightCoordinate"> <xs:complexType> <xs:sequence> <xs:element name="X" type="xs:string"/> <xs:element name="Y" type="xs:string"/> <xs:element name="Z" type="xs:string" minOccurs="0"/> <xs:element name="M" type="xs:string" minOccurs="0"/> </xs:sequence> </xs:complexType> </xs:element> </xs:sequence> </xs:complexType> </xs:element> <xs:element name="XYTolerance" type="xs:double"/> <xs:element name="ZTolerance" type="xs:double"/> </xs:sequence> <xs:attribute name="IsActive" type="xs:boolean" use="optional" default="false"/> </xs:complexType> </xs:element> </xs:sequence> </xs:complexType>
element FdoSpatialContextList/ProviderName
| diagram | ![]() |
||||
| type | xs:string | ||||
| properties |
|
||||
| source | <xs:element name="ProviderName" type="xs:string"/> |
element FdoSpatialContextList/SpatialContext
| diagram | ![]() |
||||
| properties |
|
||||
| children |
| Name | Type | Use | Default | Fixed | Annotation |
| IsActive | xs:boolean | optional | false |
<xs:element name="SpatialContext" maxOccurs="unbounded"> <xs:complexType> <xs:sequence> <xs:element name="Name" type="xs:string"/> <xs:element name="Description" type="xs:string"/> <xs:element name="CoordinateSystemName" type="xs:string"/> <xs:element name="CoordinateSystemWkt" type="xs:string"/> <xs:element name="ExtentType"> <xs:simpleType> <xs:restriction base="xs:string"> <xs:enumeration value="Static"/> <xs:enumeration value="Dynamic"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="Extent"> <xs:annotation> <xs:documentation>This would return AWKT representing extents e.g. polygon, polyline or circle etc.</xs:documentation> </xs:annotation> <xs:complexType> <xs:sequence> <xs:element name="LowerLeftCoordinate"> <xs:complexType> <xs:sequence> <xs:element name="X" type="xs:string"/> <xs:element name="Y" type="xs:string"/> <xs:element name="Z" type="xs:string" minOccurs="0"/> <xs:element name="M" type="xs:string" minOccurs="0"/> </xs:sequence> </xs:complexType> </xs:element> <xs:element name="UpperRightCoordinate"> <xs:complexType> <xs:sequence> <xs:element name="X" type="xs:string"/> <xs:element name="Y" type="xs:string"/> <xs:element name="Z" type="xs:string" minOccurs="0"/> <xs:element name="M" type="xs:string" minOccurs="0"/> </xs:sequence> </xs:complexType> </xs:element> </xs:sequence> </xs:complexType> </xs:element> <xs:element name="XYTolerance" type="xs:double"/> <xs:element name="ZTolerance" type="xs:double"/> </xs:sequence> <xs:attribute name="IsActive" type="xs:boolean" use="optional" default="false"/> </xs:complexType> </xs:element>
element FdoSpatialContextList/SpatialContext/Name
| diagram | ![]() |
||||
| type | xs:string | ||||
| properties |
|
||||
| source | <xs:element name="Name" type="xs:string"/> |
element FdoSpatialContextList/SpatialContext/Description
| diagram | ![]() |
||||
| type | xs:string | ||||
| properties |
|
||||
| source | <xs:element name="Description" type="xs:string"/> |
element FdoSpatialContextList/SpatialContext/CoordinateSystemName
| diagram | ![]() |
||||
| type | xs:string | ||||
| properties |
|
||||
| source | <xs:element name="CoordinateSystemName" type="xs:string"/> |
element FdoSpatialContextList/SpatialContext/CoordinateSystemWkt
| diagram | ![]() |
||||
| type | xs:string | ||||
| properties |
|
||||
| source | <xs:element name="CoordinateSystemWkt" type="xs:string"/> |
element FdoSpatialContextList/SpatialContext/ExtentType
| diagram | ![]() |
||||
| type | restriction of xs:string | ||||
| properties |
|
||||
| facets |
|
||||
| source | <xs:element name="ExtentType"> <xs:simpleType> <xs:restriction base="xs:string"> <xs:enumeration value="Static"/> <xs:enumeration value="Dynamic"/> </xs:restriction> </xs:simpleType> </xs:element> |
element FdoSpatialContextList/SpatialContext/Extent
| diagram | ![]() |
||||
| properties |
|
||||
| children |
| documentation | This would return AWKT representing extents e.g. polygon, polyline or circle etc. |
<xs:element name="Extent"> <xs:annotation> <xs:documentation>This would return AWKT representing extents e.g. polygon, polyline or circle etc.</xs:documentation> </xs:annotation> <xs:complexType> <xs:sequence> <xs:element name="LowerLeftCoordinate"> <xs:complexType> <xs:sequence> <xs:element name="X" type="xs:string"/> <xs:element name="Y" type="xs:string"/> <xs:element name="Z" type="xs:string" minOccurs="0"/> <xs:element name="M" type="xs:string" minOccurs="0"/> </xs:sequence> </xs:complexType> </xs:element> <xs:element name="UpperRightCoordinate"> <xs:complexType> <xs:sequence> <xs:element name="X" type="xs:string"/> <xs:element name="Y" type="xs:string"/> <xs:element name="Z" type="xs:string" minOccurs="0"/> <xs:element name="M" type="xs:string" minOccurs="0"/> </xs:sequence> </xs:complexType> </xs:element> </xs:sequence> </xs:complexType> </xs:element>
element FdoSpatialContextList/SpatialContext/Extent/LowerLeftCoordinate
| diagram | ![]() |
||||
| properties |
|
||||
| children |
<xs:element name="LowerLeftCoordinate"> <xs:complexType> <xs:sequence> <xs:element name="X" type="xs:string"/> <xs:element name="Y" type="xs:string"/> <xs:element name="Z" type="xs:string" minOccurs="0"/> <xs:element name="M" type="xs:string" minOccurs="0"/> </xs:sequence> </xs:complexType> </xs:element>
element FdoSpatialContextList/SpatialContext/Extent/LowerLeftCoordinate/X
| diagram | ![]() |
||||
| type | xs:string | ||||
| properties |
|
||||
| source | <xs:element name="X" type="xs:string"/> |
element FdoSpatialContextList/SpatialContext/Extent/LowerLeftCoordinate/Y
| diagram | ![]() |
||||
| type | xs:string | ||||
| properties |
|
||||
| source | <xs:element name="Y" type="xs:string"/> |
element FdoSpatialContextList/SpatialContext/Extent/LowerLeftCoordinate/Z
| diagram | ![]() |
||||
| type | xs:string | ||||
| properties |
|
||||
| source | <xs:element name="Z" type="xs:string" minOccurs="0"/> |
element FdoSpatialContextList/SpatialContext/Extent/LowerLeftCoordinate/M
| diagram | ![]() |
||||
| type | xs:string | ||||
| properties |
|
||||
| source | <xs:element name="M" type="xs:string" minOccurs="0"/> |
element FdoSpatialContextList/SpatialContext/Extent/UpperRightCoordinate
| diagram | ![]() |
||||
| properties |
|
||||
| children |
<xs:element name="UpperRightCoordinate"> <xs:complexType> <xs:sequence> <xs:element name="X" type="xs:string"/> <xs:element name="Y" type="xs:string"/> <xs:element name="Z" type="xs:string" minOccurs="0"/> <xs:element name="M" type="xs:string" minOccurs="0"/> </xs:sequence> </xs:complexType> </xs:element>
element FdoSpatialContextList/SpatialContext/Extent/UpperRightCoordinate/X
| diagram | ![]() |
||||
| type | xs:string | ||||
| properties |
|
||||
| source | <xs:element name="X" type="xs:string"/> |
element FdoSpatialContextList/SpatialContext/Extent/UpperRightCoordinate/Y
| diagram | ![]() |
||||
| type | xs:string | ||||
| properties |
|
||||
| source | <xs:element name="Y" type="xs:string"/> |
element FdoSpatialContextList/SpatialContext/Extent/UpperRightCoordinate/Z
| diagram | ![]() |
||||
| type | xs:string | ||||
| properties |
|
||||
| source | <xs:element name="Z" type="xs:string" minOccurs="0"/> |
element FdoSpatialContextList/SpatialContext/Extent/UpperRightCoordinate/M
| diagram | ![]() |
||||
| type | xs:string | ||||
| properties |
|
||||
| source | <xs:element name="M" type="xs:string" minOccurs="0"/> |
element FdoSpatialContextList/SpatialContext/XYTolerance
| diagram | ![]() |
||||
| type | xs:double | ||||
| properties |
|
||||
| source | <xs:element name="XYTolerance" type="xs:double"/> |
element FdoSpatialContextList/SpatialContext/ZTolerance
| diagram | ![]() |
||||
| type | xs:double | ||||
| properties |
|
||||
| source | <xs:element name="ZTolerance" type="xs:double"/> |





















