The optional size attribute defines a recommended size for visualization of an infinite drawable element such as plane, cylinder, axis, etc., or objects without explicit geometric parameters (e.g. coordinate system).
The optional transparency attribute defines the transparency property of a model entity.
Source
<xs:element name="FolderPart" type="FolderPartType" maxOccurs="unbounded"><xs:annotation><xs:documentation>Each FolderPart element is a folder of a part.</xs:documentation></xs:annotation></xs:element>
The required n attribute is the number of the FolderPart elements in this set.
Source
<xs:complexType name="FoldersPartType"><xs:annotation><xs:documentation>The FoldersPartType defines a folder tree of a part.</xs:documentation></xs:annotation><xs:sequence><xs:element name="FolderPart" type="FolderPartType" maxOccurs="unbounded"><xs:annotation><xs:documentation>Each FolderPart element is a folder of a part.</xs:documentation></xs:annotation></xs:element></xs:sequence><xs:attribute name="n" type="NaturalType" use="required"><xs:annotation><xs:documentation>The required n attribute is the number of the FolderPart elements in this set.</xs:documentation></xs:annotation></xs:attribute></xs:complexType>
<xs:attribute name="n" type="NaturalType" use="required"><xs:annotation><xs:documentation>The required n attribute is the number of the FolderPart elements in this set.</xs:documentation></xs:annotation></xs:attribute>