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