Showing:

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