Showing:

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