Showing:

Annotations
Attributes
Diagrams
Facets
Instances
Properties
Source
Used by
Element CoEdgesMeshType / CoEdgeMesh
Annotations
Each CoEdgeMesh element is a mesh co-edge.
Diagram
Diagram Topology_xsd_Complex_Type_CoEdgeMeshType.tmp#CoEdgeMeshType_EdgeOriented Topology_xsd_Complex_Type_CoEdgeMeshType.tmp#CoEdgeMeshType_CurveMesh Topology_xsd_Complex_Type_CoEdgeMeshType.tmp#CoEdgeMeshType
Type CoEdgeMeshType
Properties
content complex
maxOccurs unbounded
Children CurveMesh, EdgeOriented
Instance
<CoEdgeMesh xmlns="http://qifstandards.org/xsd/qif3">
  <EdgeOriented turned="0">{1,1}</EdgeOriented>
  <CurveMesh>{0,1}</CurveMesh>
</CoEdgeMesh>
Source
<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>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Topology.xsd
Complex Type CoEdgesMeshType
Annotations
The CoEdgesMeshType is an array of mesh co-edges.
Diagram
Diagram Topology_xsd_Complex_Type_CoEdgesMeshType.tmp#CoEdgesMeshType_n Topology_xsd_Complex_Type_CoEdgesMeshType.tmp#CoEdgesMeshType_CoEdgeMesh
Used by
Children CoEdgeMesh
Attributes
QName Type Use Annotation
n NaturalType required
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>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Topology.xsd
Attribute CoEdgesMeshType / @n
Annotations
The required n attribute is the number of mesh co-edges in this array.
Type NaturalType
Properties
use required
Facets
minInclusive 1
Used by
Complex Type CoEdgesMeshType
Source
<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>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Topology.xsd