Showing:

Annotations
Attributes
Diagrams
Instances
Properties
Source
Used by
Element SectionGroupType / BodyId
Annotations
The optional BodyId element is an identifier of the body.
Diagram
Diagram Primitives_xsd_Simple_Type_QIFReferenceBaseType.tmp#QIFReferenceBaseType Primitives_xsd_Complex_Type_QIFReferenceType.tmp#QIFReferenceType_xId Primitives_xsd_Complex_Type_QIFReferenceType.tmp#QIFReferenceType Primitives_xsd_Complex_Type_QIFReferenceFullType.tmp#QIFReferenceFullType_asmPathId Primitives_xsd_Complex_Type_QIFReferenceFullType.tmp#QIFReferenceFullType_asmPathXId Primitives_xsd_Complex_Type_QIFReferenceFullType.tmp#QIFReferenceFullType
Type QIFReferenceFullType
Type hierarchy
Properties
content complex
minOccurs 0
Attributes
QName Type Use Annotation
asmPathId QIFReferenceSimpleType optional
The optional asmPathId attribute is a reference used for locating the id of an assembly path. If the asmPathXId attribute is not used, the asmPathId is a reference to an assembly path in the AsmPaths of the local document. If the asmPathXId is used, the asmPathId is the local id of an external QIF document, and the asmPathXId is a reference to an assembly path in the external QIF document. The assembly path (instantiation chain) unambiguously identifies a model entity within an assembly.
asmPathXId QIFReferenceSimpleType optional
The optional asmPathXId attribute, if used, is a reference to the id of an assembly path in the external document identified by the asmPathId. The asmPathXId must not be used if the asmPathId is not used.
xId QIFReferenceSimpleType optional
The optional xId attribute is a reference to the id of a QIF object in an external document. A QIF object in an external QIF document can be referenced by using references to two QIF ids: the id of the external document reference of type ExternalQIFDocumentReferenceType found in the local document and the id of the object found in the external document.
Source
<xs:element name="BodyId" type="QIFReferenceFullType" minOccurs="0">
  <xs:annotation>
    <xs:documentation>The optional BodyId element is an identifier of the body.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Visualization.xsd
Element SectionGroupType / Areas
Annotations
The optional Areas element is a set of section areas.
Diagram
Diagram Visualization_xsd_Complex_Type_SectionAreasType.tmp#SectionAreasType_n Visualization_xsd_Complex_Type_SectionAreasType.tmp#SectionAreasType_Area Visualization_xsd_Complex_Type_SectionAreasType.tmp#SectionAreasType
Type SectionAreasType
Properties
content complex
minOccurs 0
Children Area
Instance
<Areas n="" xmlns="http://qifstandards.org/xsd/qif3">
  <Area>{1,unbounded}</Area>
</Areas>
Attributes
QName Type Use Annotation
n NaturalType required
The required n attribute is the number of areas in this set.
Source
<xs:element name="Areas" type="SectionAreasType" minOccurs="0">
  <xs:annotation>
    <xs:documentation>The optional Areas element is a set of section areas.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Visualization.xsd
Element SectionGroupType / Paths
Annotations
The optional Paths element is a set of section paths.
Diagram
Diagram Visualization_xsd_Complex_Type_SectionPathsType.tmp#SectionPathsType_n Visualization_xsd_Complex_Type_SectionPathsType.tmp#SectionPathsType_Path Visualization_xsd_Complex_Type_SectionPathsType.tmp#SectionPathsType
Type SectionPathsType
Properties
content complex
minOccurs 0
Children Path
Instance
<Paths n="" xmlns="http://qifstandards.org/xsd/qif3">
  <Path>{1,unbounded}</Path>
</Paths>
Attributes
QName Type Use Annotation
n NaturalType required
The required n attribute is the number of Path elements in this set.
Source
<xs:element name="Paths" type="SectionPathsType" minOccurs="0">
  <xs:annotation>
    <xs:documentation>The optional Paths element is a set of section paths.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Visualization.xsd
Element SectionGroupType / Vertices
Annotations
The optional Vertices element is a set of section vertices.
Diagram
Diagram Primitives_xsd_Complex_Type_ArrayReferenceType.tmp#ArrayReferenceType_n Primitives_xsd_Complex_Type_ArrayReferenceType.tmp#ArrayReferenceType_Id Primitives_xsd_Complex_Type_ArrayReferenceType.tmp#ArrayReferenceType
Type ArrayReferenceType
Properties
content complex
minOccurs 0
Children Id
Instance
<Vertices n="" xmlns="http://qifstandards.org/xsd/qif3">
  <Id xId="">{1,unbounded}</Id>
</Vertices>
Attributes
QName Type Use Annotation
n NaturalType required
The required n attribute is the number of Id elements in this array.
Source
<xs:element name="Vertices" type="ArrayReferenceType" minOccurs="0">
  <xs:annotation>
    <xs:documentation>The optional Vertices element is a set of section vertices.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Visualization.xsd
Complex Type SectionGroupType
Annotations
The SectionGroupType defines a section group as areas, paths and vertices on body.
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
Used by
Children Areas, BodyId, Paths, Vertices
Source
<xs:complexType name="SectionGroupType">
  <xs:annotation>
    <xs:documentation>The SectionGroupType defines a section group as areas, paths and vertices on body.</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="BodyId" type="QIFReferenceFullType" minOccurs="0">
      <xs:annotation>
        <xs:documentation>The optional BodyId element is an identifier of the body.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="Areas" type="SectionAreasType" minOccurs="0">
      <xs:annotation>
        <xs:documentation>The optional Areas element is a set of section areas.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="Paths" type="SectionPathsType" minOccurs="0">
      <xs:annotation>
        <xs:documentation>The optional Paths element is a set of section paths.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="Vertices" type="ArrayReferenceType" minOccurs="0">
      <xs:annotation>
        <xs:documentation>The optional Vertices element is a set of section vertices.</xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:sequence>
</xs:complexType>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Visualization.xsd