AutoCAD Map 3D Geospatial Platform API

Schema DrawingSectionResourceList-1.0.0.xsd

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


element DrawingSectionResourceList
diagram
properties
content complex
children
SectionResource annotation
documentation 
Drawing Section Resource list
source
<xs:element name="DrawingSectionResourceList">
  <xs:annotation>
    <xs:documentation>Drawing Section Resource list</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:sequence minOccurs="0" maxOccurs="unbounded">
      <xs:element name="SectionResource">
        <xs:complexType>
          <xs:sequence>
            <xs:element name="Href" type="xs:string"/>
            <xs:element name="Role" type="xs:string"/>
            <xs:element name="Mime" type="xs:string"/>
            <xs:element name="Title" type="xs:string"/>
          </xs:sequence>
        </xs:complexType>
      </xs:element>
    </xs:sequence>
  </xs:complexType>
</xs:element>

element DrawingSectionResourceList/SectionResource
diagram
properties
isRef 0
content complex
children
Href Role Mime Title source
<xs:element name="SectionResource">
  <xs:complexType>
    <xs:sequence>
      <xs:element name="Href" type="xs:string"/>
      <xs:element name="Role" type="xs:string"/>
      <xs:element name="Mime" type="xs:string"/>
      <xs:element name="Title" type="xs:string"/>
    </xs:sequence>
  </xs:complexType>
</xs:element>

element DrawingSectionResourceList/SectionResource/Href
diagram
type xs:string
properties
isRef 0
content simple
source
<xs:element name="Href" type="xs:string"/>

element DrawingSectionResourceList/SectionResource/Role
diagram
type xs:string
properties
isRef 0
content simple
source
<xs:element name="Role" type="xs:string"/>

element DrawingSectionResourceList/SectionResource/Mime
diagram
type xs:string
properties
isRef 0
content simple
source
<xs:element name="Mime" type="xs:string"/>

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