Schema
DrawingSource-1.0.0.xsd
element DrawingSource
SourceName CoordinateSpace Sheet
annotation
source
element DrawingSource/SourceName
element DrawingSource/CoordinateSpace
element DrawingSource/Sheet
Name Extent
source
element DrawingSource/Sheet/Name
element DrawingSource/Sheet/Extent
MinX MinY MaxX MaxY
source
element DrawingSource/Sheet/Extent/MinX
element DrawingSource/Sheet/Extent/MinY
element DrawingSource/Sheet/Extent/MaxX
element DrawingSource/Sheet/Extent/MaxY
attribute form default: | unqualified |
element form default: | qualified |
Elements |
DrawingSource |
element DrawingSource
diagram | |||
properties |
|
||
children |
documentation | A drawing source is a definition that provides part of the information required to connect to a particular drawing |
<xs:element name="DrawingSource"> <xs:annotation> <xs:documentation>A drawing source is a definition that provides part of the information required to connect to a particular drawing</xs:documentation> </xs:annotation> <xs:complexType> <xs:sequence> <xs:element name="SourceName" type="xs:string"> <xs:annotation> <xs:documentation>Specifies the source (pathname) of the drawing</xs:documentation> </xs:annotation> </xs:element> <xs:element name="CoordinateSpace" type="xs:string" minOccurs="0"> <xs:annotation> <xs:documentation>Specifies the coordinate space that is assigned to the drawing. Default is LL84, if none specified.</xs:documentation> </xs:annotation> </xs:element> <xs:element name="Sheet" minOccurs="0" maxOccurs="unbounded"> <xs:complexType> <xs:sequence> <xs:element name="Name" type="xs:string"/> <xs:element name="Extent"> <xs:complexType> <xs:sequence> <xs:element name="MinX" type="xs:double"/> <xs:element name="MinY" type="xs:double"/> <xs:element name="MaxX" type="xs:double"/> <xs:element name="MaxY" type="xs:double"/> </xs:sequence> </xs:complexType> </xs:element> </xs:sequence> </xs:complexType> </xs:element> </xs:sequence> </xs:complexType> </xs:element>
element DrawingSource/SourceName
diagram | |||||
type | xs:string | ||||
properties |
|
||||
annotation |
|
||||
source | <xs:element name="SourceName" type="xs:string"> <xs:annotation> <xs:documentation>Specifies the source (pathname) of the drawing</xs:documentation> </xs:annotation> </xs:element> |
element DrawingSource/CoordinateSpace
diagram | |||||
type | xs:string | ||||
properties |
|
||||
annotation |
|
||||
source | <xs:element name="CoordinateSpace" type="xs:string" minOccurs="0"> <xs:annotation> <xs:documentation>Specifies the coordinate space that is assigned to the drawing. Default is LL84, if none specified.</xs:documentation> </xs:annotation> </xs:element> |
element DrawingSource/Sheet
diagram | |||||
properties |
|
||||
children |
<xs:element name="Sheet" minOccurs="0" maxOccurs="unbounded"> <xs:complexType> <xs:sequence> <xs:element name="Name" type="xs:string"/> <xs:element name="Extent"> <xs:complexType> <xs:sequence> <xs:element name="MinX" type="xs:double"/> <xs:element name="MinY" type="xs:double"/> <xs:element name="MaxX" type="xs:double"/> <xs:element name="MaxY" type="xs:double"/> </xs:sequence> </xs:complexType> </xs:element> </xs:sequence> </xs:complexType> </xs:element>
element DrawingSource/Sheet/Name
diagram | |||||
type | xs:string | ||||
properties |
|
||||
source | <xs:element name="Name" type="xs:string"/> |
element DrawingSource/Sheet/Extent
diagram | |||||
properties |
|
||||
children |
<xs:element name="Extent"> <xs:complexType> <xs:sequence> <xs:element name="MinX" type="xs:double"/> <xs:element name="MinY" type="xs:double"/> <xs:element name="MaxX" type="xs:double"/> <xs:element name="MaxY" type="xs:double"/> </xs:sequence> </xs:complexType> </xs:element>
element DrawingSource/Sheet/Extent/MinX
diagram | |||||
type | xs:double | ||||
properties |
|
||||
source | <xs:element name="MinX" type="xs:double"/> |
element DrawingSource/Sheet/Extent/MinY
diagram | |||||
type | xs:double | ||||
properties |
|
||||
source | <xs:element name="MinY" type="xs:double"/> |
element DrawingSource/Sheet/Extent/MaxX
diagram | |||||
type | xs:double | ||||
properties |
|
||||
source | <xs:element name="MaxX" type="xs:double"/> |
element DrawingSource/Sheet/Extent/MaxY
diagram | |||||
type | xs:double | ||||
properties |
|
||||
source | <xs:element name="MaxY" type="xs:double"/> |