Showing:

Annotations
Attributes
Diagrams
Facets
Properties
Source
Used by
Complex Type EdgeSetType
Annotations
The EdgeSetType represents a container for storing all model edges.
Diagram
Diagram Topology_xsd_Complex_Type_EdgeSetType.tmp#EdgeSetType_n Topology_xsd_Element_Edge.tmp#Edge
Used by
Element EdgeSet
Children Edge
Attributes
QName Type Use Annotation
n NaturalType required
The required n attribute is the number of edges in this set.
Source
<xs:complexType name="EdgeSetType">
  <xs:annotation>
    <xs:documentation>The EdgeSetType represents a container for storing all model edges.</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element ref="Edge" maxOccurs="unbounded">
      <xs:annotation>
        <xs:documentation>Each Edge element is a model 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 edges in this set.</xs:documentation>
    </xs:annotation>
  </xs:attribute>
</xs:complexType>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Topology.xsd
Attribute EdgeSetType / @n
Annotations
The required n attribute is the number of edges in this set.
Type NaturalType
Properties
use required
Facets
minInclusive 1
Used by
Complex Type EdgeSetType
Source
<xs:attribute name="n" type="NaturalType" use="required">
  <xs:annotation>
    <xs:documentation>The required n attribute is the number of edges in this set.</xs:documentation>
  </xs:annotation>
</xs:attribute>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Topology.xsd