attribute form default: | unqualified |
element form default: | qualified |
Elements | Complex types |
SymbolLibrary | SymbolLibraryType |
SymbolType |
diagram | |||
type | SymbolLibraryType | ||
properties |
|
||
children | Description Symbol | ||
source | <xs:element name="SymbolLibrary" type="SymbolLibraryType"/> |
diagram | |||
children | Description Symbol | ||
used by |
|
||
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> |
diagram | |||||
type | xs:string | ||||
properties |
|
||||
source | <xs:element name="Description" type="xs:string" minOccurs="0"/> |
diagram | |||||
type | SymbolType | ||||
properties |
|
||||
children | Name Resource | ||||
source | <xs:element name="Symbol" type="SymbolType" minOccurs="0" maxOccurs="unbounded"/> |
diagram | |||
children | Name Resource | ||
used by |
|
||
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> |
diagram | |||||
type | xs:string | ||||
properties |
|
||||
source | <xs:element name="Name" type="xs:string"/> |
diagram | |||||
type | xs:string | ||||
properties |
|
||||
source | <xs:element name="Resource" type="xs:string"/> |