The required n attribute is the number of co-edges in this array.
Source
<xs:element name="CoEdges" type="CoEdgesType"><xs:annotation><xs:documentation>The CoEdges is an array of co-edges that forms 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="LoopType"><xs:annotation><xs:documentation>The LoopType is the b-rep parametric 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="CoEdges" type="CoEdgesType"><xs:annotation><xs:documentation>The CoEdges is an array of co-edges that forms loop.</xs:documentation></xs:annotation></xs:element></xs:sequence><xs:attribute name="form" type="LoopFormEnumType" default="UNKNOWN"><xs:annotation><xs:documentation>The optional form attribute specifies the loop type which can take one of the following values: 'UNKNOWN', 'OUTER', 'INNER' or 'SLIT'.</xs:documentation></xs:annotation></xs:attribute></xs:extension></xs:complexContent></xs:complexType>
<xs:attribute name="form" type="LoopFormEnumType" default="UNKNOWN"><xs:annotation><xs:documentation>The optional form attribute specifies the loop type which can take one of the following values: 'UNKNOWN', 'OUTER', 'INNER' or 'SLIT'.</xs:documentation></xs:annotation></xs:attribute>