Showing:

Annotations
Attributes
Diagrams
Instances
Properties
Source
Used by
Element SectionAreaType / HatchStyleId
Annotations
The optional HatchStyleId element is an identifier of the hatch style for the section area.
Diagram
Diagram Primitives_xsd_Simple_Type_QIFReferenceBaseType.tmp#QIFReferenceBaseType Primitives_xsd_Complex_Type_QIFReferenceType.tmp#QIFReferenceType_xId Primitives_xsd_Complex_Type_QIFReferenceType.tmp#QIFReferenceType
Type QIFReferenceType
Type hierarchy
Properties
content complex
minOccurs 0
Attributes
QName Type Use Annotation
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="HatchStyleId" type="QIFReferenceType" minOccurs="0">
  <xs:annotation>
    <xs:documentation>The optional HatchStyleId element is an identifier of the hatch style for the section area.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Visualization.xsd
Element SectionAreaType / Loops
Annotations
The Loops element is a set of section closed loops - boundary of the area.
Diagram
Diagram Visualization_xsd_Complex_Type_SectionLoopsType.tmp#SectionLoopsType_n Visualization_xsd_Complex_Type_SectionLoopsType.tmp#SectionLoopsType_Loop Visualization_xsd_Complex_Type_SectionLoopsType.tmp#SectionLoopsType
Type SectionLoopsType
Properties
content complex
Children Loop
Instance
<Loops n="" xmlns="http://qifstandards.org/xsd/qif3">
  <Loop>{1,unbounded}</Loop>
</Loops>
Attributes
QName Type Use Annotation
n NaturalType required
The required n attribute is the number of Loop elements in this set.
Source
<xs:element name="Loops" type="SectionLoopsType">
  <xs:annotation>
    <xs:documentation>The Loops element is a set of section closed loops - boundary of the area.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Visualization.xsd
Complex Type SectionAreaType
Annotations
The SectionAreaType defines a section area.
Diagram
Diagram Visualization_xsd_Complex_Type_SectionAreaType.tmp#SectionAreaType_HatchStyleId Visualization_xsd_Complex_Type_SectionAreaType.tmp#SectionAreaType_Loops
Used by
Children HatchStyleId, Loops
Source
<xs:complexType name="SectionAreaType">
  <xs:annotation>
    <xs:documentation>The SectionAreaType defines a section area.</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="HatchStyleId" type="QIFReferenceType" minOccurs="0">
      <xs:annotation>
        <xs:documentation>The optional HatchStyleId element is an identifier of the hatch style for the section area.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="Loops" type="SectionLoopsType">
      <xs:annotation>
        <xs:documentation>The Loops element is a set of section closed loops - boundary of the area.</xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:sequence>
</xs:complexType>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Visualization.xsd