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="FolderAssembly" type="FolderAssemblyType" maxOccurs="unbounded"><xs:annotation><xs:documentation>Each FolderAssembly element is a folder of an assembly.</xs:documentation></xs:annotation></xs:element>
The required n attribute is the number of FolderAssembly elements in this set.
Source
<xs:complexType name="FoldersAssemblyType"><xs:annotation><xs:documentation>The FoldersAssemblyType defines a folder tree of an assembly.</xs:documentation></xs:annotation><xs:sequence><xs:element name="FolderAssembly" type="FolderAssemblyType" maxOccurs="unbounded"><xs:annotation><xs:documentation>Each FolderAssembly element is a folder of an assembly.</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 FolderAssembly 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 FolderAssembly elements in this set.</xs:documentation></xs:annotation></xs:attribute>