<xs:element name="CoEdgeMesh" type="CoEdgeMeshType" maxOccurs="unbounded"><xs:annotation><xs:documentation>Each CoEdgeMesh element is a mesh co-edge.</xs:documentation></xs:annotation></xs:element>
The required n attribute is the number of mesh co-edges in this array.
Source
<xs:complexType name="CoEdgesMeshType"><xs:annotation><xs:documentation>The CoEdgesMeshType is an array of mesh co-edges.</xs:documentation></xs:annotation><xs:sequence><xs:element name="CoEdgeMesh" type="CoEdgeMeshType" maxOccurs="unbounded"><xs:annotation><xs:documentation>Each CoEdgeMesh element is a mesh co-edge.</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 mesh co-edges in this array.</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 mesh co-edges in this array.</xs:documentation></xs:annotation></xs:attribute>