Showing:

Annotations
Attributes
Diagrams
Instances
Properties
Source
Used by
Element ZoneSectionPlaneType / Plane
Annotations
The Plane element is a section plane.
Diagram
Diagram Primitives_xsd_Complex_Type_PlaneType.tmp#PlaneType_Point Primitives_xsd_Complex_Type_PlaneType.tmp#PlaneType_Normal Primitives_xsd_Complex_Type_PlaneType.tmp#PlaneType Primitives_xsd_Complex_Type_PlaneXType.tmp#PlaneXType_Direction Primitives_xsd_Complex_Type_PlaneXType.tmp#PlaneXType
Type PlaneXType
Type hierarchy
Properties
content complex
Children Direction, Normal, Point
Instance
<Plane xmlns="http://qifstandards.org/xsd/qif3">
  <Point decimalPlaces="" linearUnit="" significantFigures="" validity="" xDecimalPlaces="" xSignificantFigures="" xValidity="" yDecimalPlaces="" ySignificantFigures="" yValidity="" zDecimalPlaces="" zSignificantFigures="" zValidity="">{1,1}</Point>
  <Normal decimalPlaces="" linearUnit="" significantFigures="" validity="" xDecimalPlaces="" xSignificantFigures="" xValidity="" yDecimalPlaces="" ySignificantFigures="" yValidity="" zDecimalPlaces="" zSignificantFigures="" zValidity="">{1,1}</Normal>
  <Direction decimalPlaces="" linearUnit="" significantFigures="" validity="" xDecimalPlaces="" xSignificantFigures="" xValidity="" yDecimalPlaces="" ySignificantFigures="" yValidity="" zDecimalPlaces="" zSignificantFigures="" zValidity="">{1,1}</Direction>
</Plane>
Source
<xs:element name="Plane" type="PlaneXType">
  <xs:annotation>
    <xs:documentation>The Plane element is a section plane.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Visualization.xsd
Element ZoneSectionPlaneType / SectionGroups
Annotations
The optional SectionGroups element is a group of cross-sections.
Diagram
Diagram Visualization_xsd_Complex_Type_SectionGroupsType.tmp#SectionGroupsType_n Visualization_xsd_Complex_Type_SectionGroupsType.tmp#SectionGroupsType_SectionGroup Visualization_xsd_Complex_Type_SectionGroupsType.tmp#SectionGroupsType
Type SectionGroupsType
Properties
content complex
minOccurs 0
Children SectionGroup
Instance
<SectionGroups n="" xmlns="http://qifstandards.org/xsd/qif3">
  <SectionGroup>{1,unbounded}</SectionGroup>
</SectionGroups>
Attributes
QName Type Use Annotation
n NaturalType required
The required n attribute is the number of SectionGroup elements in this set.
Source
<xs:element name="SectionGroups" type="SectionGroupsType" minOccurs="0">
  <xs:annotation>
    <xs:documentation>The optional SectionGroups element is a group of cross-sections.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Visualization.xsd
Complex Type ZoneSectionPlaneType
Annotations
The ZoneSectionPlaneType defines a zone 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
Used by
Children Plane, SectionGroups
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:complexType name="ZoneSectionPlaneType">
  <xs:annotation>
    <xs:documentation>The ZoneSectionPlaneType defines a zone section plane.</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="Plane" type="PlaneXType">
      <xs:annotation>
        <xs:documentation>The Plane element is a section plane.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="SectionGroups" type="SectionGroupsType" minOccurs="0">
      <xs:annotation>
        <xs:documentation>The optional SectionGroups element is a group of cross-sections.</xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:sequence>
  <xs:attribute name="index" type="xs:unsignedInt" use="required">
    <xs:annotation>
      <xs:documentation>The required index attribute is an index identifying a zone section plane within the SectionPlanes set.</xs:documentation>
    </xs:annotation>
  </xs:attribute>
</xs:complexType>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Visualization.xsd
Attribute ZoneSectionPlaneType / @index
Annotations
The required index attribute is an index identifying a zone section plane within the SectionPlanes set.
Type xs:unsignedInt
Properties
use required
Used by
Complex Type ZoneSectionPlaneType
Source
<xs:attribute name="index" type="xs:unsignedInt" use="required">
  <xs:annotation>
    <xs:documentation>The required index attribute is an index identifying a zone section plane within the SectionPlanes set.</xs:documentation>
  </xs:annotation>
</xs:attribute>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Visualization.xsd