AutoCAD Map 3D Geospatial Platform API

Schema DrawingSource-1.0.0.xsd

attribute form default:  unqualified
element form default:  qualified
 
Elements 
DrawingSource 


element DrawingSource
diagram
properties
content complex
children
SourceName CoordinateSpace Sheet annotation
documentation 
A drawing source is a definition that provides part of the information required to connect to a particular drawing
source
<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
isRef 0
content simple
annotation
documentation 
Specifies the source (pathname) of the drawing
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
isRef 0
content simple
annotation
documentation 
Specifies the coordinate space that is assigned to the drawing. Default is LL84, if none specified.
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
isRef 0
content complex
children
Name Extent source
<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
isRef 0
content simple
source
<xs:element name="Name" type="xs:string"/>

element DrawingSource/Sheet/Extent
diagram
properties
isRef 0
content complex
children
MinX MinY MaxX MaxY source
<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
isRef 0
content simple
source
<xs:element name="MinX" type="xs:double"/>

element DrawingSource/Sheet/Extent/MinY
diagram
type xs:double
properties
isRef 0
content simple
source
<xs:element name="MinY" type="xs:double"/>

element DrawingSource/Sheet/Extent/MaxX
diagram
type xs:double
properties
isRef 0
content simple
source
<xs:element name="MaxX" type="xs:double"/>

element DrawingSource/Sheet/Extent/MaxY
diagram
type xs:double
properties
isRef 0
content simple
source
<xs:element name="MaxY" type="xs:double"/>