
| QName | Type | Fixed | Default | Use | Inheritable | Annotation |
|---|---|---|---|---|---|---|
| coord | rail:tCoordinateList | required | ||||
| epsgCode | xs:anyURI | optional | ||||
| extraHeight | xs:double | optional | ||||
| heightEpsgCode | xs:anyURI | optional |
<xs:complexType name="tGeoCoord"> <xs:attribute name="coord" type="rail:tCoordinateList" use="required"/> <xs:attribute name="extraHeight" type="xs:double"/> <xs:attribute name="epsgCode" type="xs:anyURI"/> <xs:attribute name="heightEpsgCode" type="xs:anyURI"/> </xs:complexType> |