AutoCAD Map 3D Geospatial Platform API

Schema DrawingSectionList-1.0.0.xsd

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


element DrawingSectionList
diagram
properties
content complex
children
Section annotation
documentation 
Drawing Section list
source
<xs:element name="DrawingSectionList">
  <xs:annotation>
    <xs:documentation>Drawing Section list</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:sequence minOccurs="0" maxOccurs="unbounded">
      <xs:element name="Section">
        <xs:complexType>
          <xs:sequence>
            <xs:element name="Name" type="xs:string"/>
            <xs:element name="Type" type="xs:string"/>
            <xs:element name="Title" type="xs:string"/>
          </xs:sequence>
        </xs:complexType>
      </xs:element>
    </xs:sequence>
  </xs:complexType>
</xs:element>

element DrawingSectionList/Section
diagram
properties
isRef 0
content complex
children
Name Type Title source
<xs:element name="Section">
  <xs:complexType>
    <xs:sequence>
      <xs:element name="Name" type="xs:string"/>
      <xs:element name="Type" type="xs:string"/>
      <xs:element name="Title" type="xs:string"/>
    </xs:sequence>
  </xs:complexType>
</xs:element>

element DrawingSectionList/Section/Name
diagram
type xs:string
properties
isRef 0
content simple
source
<xs:element name="Name" type="xs:string"/>

element DrawingSectionList/Section/Type
diagram
type xs:string
properties
isRef 0
content simple
source
<xs:element name="Type" type="xs:string"/>

element DrawingSectionList/Section/Title
diagram
type xs:string
properties
isRef 0
content simple
source
<xs:element name="Title" type="xs:string"/>