Showing:

Annotations
Attributes
Diagrams
Facets
Instances
Properties
Source
Used by
Element Areas2dType / Area
Annotations
Each Area element is a 2D area.
Diagram
Diagram Visualization_xsd_Complex_Type_Area2dType.tmp#Area2dType_Loops Visualization_xsd_Complex_Type_Area2dType.tmp#Area2dType_Triangulation Visualization_xsd_Complex_Type_Area2dType.tmp#Area2dType
Type Area2dType
Properties
content complex
maxOccurs unbounded
Children Loops, Triangulation
Instance
<Area xmlns="http://qifstandards.org/xsd/qif3">
  <Loops n="">{0,1}</Loops>
  <Triangulation>{0,1}</Triangulation>
</Area>
Source
<xs:element name="Area" type="Area2dType" maxOccurs="unbounded">
  <xs:annotation>
    <xs:documentation>Each Area element is a 2D area.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Visualization.xsd
Complex Type Areas2dType
Annotations
The Areas2dType defines a container for storing 2D areas.
Diagram
Diagram Visualization_xsd_Complex_Type_Areas2dType.tmp#Areas2dType_n Visualization_xsd_Complex_Type_Areas2dType.tmp#Areas2dType_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="Areas2dType">
  <xs:annotation>
    <xs:documentation>The Areas2dType defines a container for storing 2D areas.</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="Area" type="Area2dType" maxOccurs="unbounded">
      <xs:annotation>
        <xs:documentation>Each Area element is a 2D 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 Areas2dType / @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 Areas2dType
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