AutoCAD Map 3D Geospatial Platform API

Schema SymbolLibrary-1.0.0.xsd

attribute form default:  unqualified
element form default:  qualified
 
Elements  Complex types 
SymbolLibrary  SymbolLibraryType 
SymbolType 


element SymbolLibrary
diagram
type
SymbolLibraryType properties
content complex
children Description Symbol source
<xs:element name="SymbolLibrary" type="SymbolLibraryType"/>

complexType SymbolLibraryType
diagram
children
Description Symbol used by
element SymbolLibrary
source
<xs:complexType name="SymbolLibraryType">
  <xs:sequence>
    <xs:element name="Description" type="xs:string" minOccurs="0"/>
    <xs:element name="Symbol" type="SymbolType" minOccurs="0" maxOccurs="unbounded"/>
  </xs:sequence>
</xs:complexType>

element SymbolLibraryType/Description
diagram
type xs:string
properties
isRef 0
content simple
source
<xs:element name="Description" type="xs:string" minOccurs="0"/>

element SymbolLibraryType/Symbol
diagram
type
SymbolType properties
isRef 0
content complex
children Name Resource source
<xs:element name="Symbol" type="SymbolType" minOccurs="0" maxOccurs="unbounded"/>

complexType SymbolType
diagram
children
Name Resource used by
element SymbolLibraryType/Symbol
source
<xs:complexType name="SymbolType">
  <xs:sequence>
    <xs:element name="Name" type="xs:string"/>
    <xs:element name="Resource" type="xs:string"/>
  </xs:sequence>
</xs:complexType>

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

element SymbolType/Resource
diagram
type xs:string
properties
isRef 0
content simple
source
<xs:element name="Resource" type="xs:string"/>