Showing:

Annotations
Attributes
Diagrams
Facets
Instances
Properties
Source
Used by
Element SectionAreasType / Area
Annotations
Each Area element is a section area.
Diagram
Diagram Visualization_xsd_Complex_Type_SectionAreaType.tmp#SectionAreaType_HatchStyleId Visualization_xsd_Complex_Type_SectionAreaType.tmp#SectionAreaType_Loops Visualization_xsd_Complex_Type_SectionAreaType.tmp#SectionAreaType
Type SectionAreaType
Properties
content complex
maxOccurs unbounded
Children HatchStyleId, Loops
Instance
<Area xmlns="http://qifstandards.org/xsd/qif3">
  <HatchStyleId xId="">{0,1}</HatchStyleId>
  <Loops n="">{1,1}</Loops>
</Area>
Source
<xs:element name="Area" type="SectionAreaType" maxOccurs="unbounded">
  <xs:annotation>
    <xs:documentation>Each Area element is a section area.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Visualization.xsd
Complex Type SectionAreasType
Annotations
The SectionAreasType defines an array of section areas.
Diagram
Diagram Visualization_xsd_Complex_Type_SectionAreasType.tmp#SectionAreasType_n Visualization_xsd_Complex_Type_SectionAreasType.tmp#SectionAreasType_Area
Used by
Children Area
Attributes
QName Type Use Annotation
n NaturalType required
The required n attribute is the number of areas in this set.
Source
<xs:complexType name="SectionAreasType">
  <xs:annotation>
    <xs:documentation>The SectionAreasType defines an array of section areas.</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="Area" type="SectionAreaType" maxOccurs="unbounded">
      <xs:annotation>
        <xs:documentation>Each Area element is a section area.</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 areas in this set.</xs:documentation>
    </xs:annotation>
  </xs:attribute>
</xs:complexType>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Visualization.xsd
Attribute SectionAreasType / @n
Annotations
The required n attribute is the number of areas in this set.
Type NaturalType
Properties
use required
Facets
minInclusive 1
Used by
Complex Type SectionAreasType
Source
<xs:attribute name="n" type="NaturalType" use="required">
  <xs:annotation>
    <xs:documentation>The required n attribute is the number of areas in this set.</xs:documentation>
  </xs:annotation>
</xs:attribute>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Visualization.xsd