Schema
DrawingSectionList-1.0.0.xsd
element DrawingSectionList
Section
annotation
source
element DrawingSectionList/Section
Name Type Title
source
element DrawingSectionList/Section/Name
element DrawingSectionList/Section/Type
element DrawingSectionList/Section/Title
| attribute form default: | unqualified |
| element form default: | qualified |
| Elements |
| DrawingSectionList |
element DrawingSectionList
| diagram | ![]() |
||
| properties |
|
||
| children |
| documentation | Drawing Section list |
<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 |
|
||||
| children |
<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 |
|
||||
| source | <xs:element name="Name" type="xs:string"/> |
element DrawingSectionList/Section/Type
| diagram | ![]() |
||||
| type | xs:string | ||||
| properties |
|
||||
| source | <xs:element name="Type" type="xs:string"/> |
element DrawingSectionList/Section/Title
| diagram | ![]() |
||||
| type | xs:string | ||||
| properties |
|
||||
| source | <xs:element name="Title" type="xs:string"/> |




