Showing:

Annotations
Attributes
Diagrams
Facets
Instances
Properties
Source
Used by
Element ZoneSectionPlanesType / SectionPlane
Annotations
Each SectionPlane element is a section plane.
Diagram
Diagram Visualization_xsd_Complex_Type_ZoneSectionPlaneType.tmp#ZoneSectionPlaneType_index Visualization_xsd_Complex_Type_ZoneSectionPlaneType.tmp#ZoneSectionPlaneType_Plane Visualization_xsd_Complex_Type_ZoneSectionPlaneType.tmp#ZoneSectionPlaneType_SectionGroups Visualization_xsd_Complex_Type_ZoneSectionPlaneType.tmp#ZoneSectionPlaneType
Type ZoneSectionPlaneType
Properties
content complex
maxOccurs unbounded
Children Plane, SectionGroups
Instance
<SectionPlane index="" xmlns="http://qifstandards.org/xsd/qif3">
  <Plane>{1,1}</Plane>
  <SectionGroups n="">{0,1}</SectionGroups>
</SectionPlane>
Attributes
QName Type Use Annotation
index xs:unsignedInt required
The required index attribute is an index identifying a zone section plane within the SectionPlanes set.
Source
<xs:element name="SectionPlane" type="ZoneSectionPlaneType" maxOccurs="unbounded">
  <xs:annotation>
    <xs:documentation>Each SectionPlane element is a section plane.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Visualization.xsd
Complex Type ZoneSectionPlanesType
Annotations
The ZoneSectionPlanesType is a collection of zone section planes.
Diagram
Diagram Visualization_xsd_Complex_Type_ZoneSectionPlanesType.tmp#ZoneSectionPlanesType_n Visualization_xsd_Complex_Type_ZoneSectionPlanesType.tmp#ZoneSectionPlanesType_SectionPlane
Used by
Children SectionPlane
Attributes
QName Type Use Annotation
n NaturalType required
The required n attribute is the number of SectionPlane elements in this set.
Source
<xs:complexType name="ZoneSectionPlanesType">
  <xs:annotation>
    <xs:documentation>The ZoneSectionPlanesType is a collection of zone section planes.</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="SectionPlane" type="ZoneSectionPlaneType" maxOccurs="unbounded">
      <xs:annotation>
        <xs:documentation>Each SectionPlane element is a section plane.</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 SectionPlane 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 ZoneSectionPlanesType / @n
Annotations
The required n attribute is the number of SectionPlane elements in this set.
Type NaturalType
Properties
use required
Facets
minInclusive 1
Used by
Complex Type ZoneSectionPlanesType
Source
<xs:attribute name="n" type="NaturalType" use="required">
  <xs:annotation>
    <xs:documentation>The required n attribute is the number of SectionPlane elements in this set.</xs:documentation>
  </xs:annotation>
</xs:attribute>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Visualization.xsd