Showing:

Annotations
Attributes
Diagrams
Facets
Instances
Properties
Source
Used by
Element SectionGroupsType / SectionGroup
Annotations
Each SectionGroup element is a section group of the zone section.
Diagram
Diagram Visualization_xsd_Complex_Type_SectionGroupType.tmp#SectionGroupType_BodyId Visualization_xsd_Complex_Type_SectionGroupType.tmp#SectionGroupType_Areas Visualization_xsd_Complex_Type_SectionGroupType.tmp#SectionGroupType_Paths Visualization_xsd_Complex_Type_SectionGroupType.tmp#SectionGroupType_Vertices Visualization_xsd_Complex_Type_SectionGroupType.tmp#SectionGroupType
Type SectionGroupType
Properties
content complex
maxOccurs unbounded
Children Areas, BodyId, Paths, Vertices
Instance
<SectionGroup xmlns="http://qifstandards.org/xsd/qif3">
  <BodyId asmPathId="" asmPathXId="" xId="">{0,1}</BodyId>
  <Areas n="">{0,1}</Areas>
  <Paths n="">{0,1}</Paths>
  <Vertices n="">{0,1}</Vertices>
</SectionGroup>
Source
<xs:element name="SectionGroup" type="SectionGroupType" maxOccurs="unbounded">
  <xs:annotation>
    <xs:documentation>Each SectionGroup element is a section group of the zone section.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Visualization.xsd
Complex Type SectionGroupsType
Annotations
The SectionGroupsType defines an array of the section groups.
Diagram
Diagram Visualization_xsd_Complex_Type_SectionGroupsType.tmp#SectionGroupsType_n Visualization_xsd_Complex_Type_SectionGroupsType.tmp#SectionGroupsType_SectionGroup
Used by
Children SectionGroup
Attributes
QName Type Use Annotation
n NaturalType required
The required n attribute is the number of SectionGroup elements in this set.
Source
<xs:complexType name="SectionGroupsType">
  <xs:annotation>
    <xs:documentation>The SectionGroupsType defines an array of the section groups.</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="SectionGroup" type="SectionGroupType" maxOccurs="unbounded">
      <xs:annotation>
        <xs:documentation>Each SectionGroup element is a section group of the zone section.</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 SectionGroup elements in this set.</xs:documentation>
    </xs:annotation>
  </xs:attribute>
</xs:complexType>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Visualization.xsd
Attribute SectionGroupsType / @n
Annotations
The required n attribute is the number of SectionGroup elements in this set.
Type NaturalType
Properties
use required
Facets
minInclusive 1
Used by
Complex Type SectionGroupsType
Source
<xs:attribute name="n" type="NaturalType" use="required">
  <xs:annotation>
    <xs:documentation>The required n attribute is the number of SectionGroup elements in this set.</xs:documentation>
  </xs:annotation>
</xs:attribute>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Visualization.xsd