The required n attribute is the number of mesh co-edges in this array.
Source
<xs:element name="CoEdgesMesh" type="CoEdgesMeshType"><xs:annotation><xs:documentation>The CoEdgesMesh is an array of mesh co-edges that forms mesh loop.</xs:documentation></xs:annotation></xs:element>
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:complexType name="LoopMeshType"><xs:annotation><xs:documentation>The LoopMeshType is the b-rep mesh loop type - a topological entity. It is a circuit of edges bounding a face.</xs:documentation></xs:annotation><xs:complexContent><xs:extension base="LoopBaseType"><xs:sequence><xs:element name="CoEdgesMesh" type="CoEdgesMeshType"><xs:annotation><xs:documentation>The CoEdgesMesh is an array of mesh co-edges that forms mesh loop.</xs:documentation></xs:annotation></xs:element></xs:sequence></xs:extension></xs:complexContent></xs:complexType>