Showing:

Annotations
Attributes
Diagrams
Instances
Properties
Source
Used by
Element ZoneSectionType / SectionPlanes
Annotations
The Planes element is a set of zone section planes.
Diagram
Diagram Visualization_xsd_Complex_Type_ZoneSectionPlanesType.tmp#ZoneSectionPlanesType_n Visualization_xsd_Complex_Type_ZoneSectionPlanesType.tmp#ZoneSectionPlanesType_SectionPlane Visualization_xsd_Complex_Type_ZoneSectionPlanesType.tmp#ZoneSectionPlanesType
Type ZoneSectionPlanesType
Properties
content complex
Children SectionPlane
Instance
<SectionPlanes n="" xmlns="http://qifstandards.org/xsd/qif3">
  <SectionPlane index="">{1,unbounded}</SectionPlane>
</SectionPlanes>
Attributes
QName Type Use Annotation
n NaturalType required
The required n attribute is the number of SectionPlane elements in this set.
Source
<xs:element name="SectionPlanes" type="ZoneSectionPlanesType">
  <xs:annotation>
    <xs:documentation>The Planes element is a set of zone section planes.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Visualization.xsd
Element ZoneSectionType / LogicalOperations
Annotations
The optional LogicalOperations element defines logical operations between zone section planes.
Diagram
Diagram Visualization_xsd_Complex_Type_LogicalOperationsType.tmp#LogicalOperationsType_n Visualization_xsd_Complex_Type_LogicalOperationsType.tmp#LogicalOperationsType_LogicalOperation Visualization_xsd_Complex_Type_LogicalOperationsType.tmp#LogicalOperationsType
Type LogicalOperationsType
Properties
content complex
minOccurs 0
Children LogicalOperation
Instance
<LogicalOperations n="" xmlns="http://qifstandards.org/xsd/qif3">
  <LogicalOperation index="">{1,unbounded}</LogicalOperation>
</LogicalOperations>
Attributes
QName Type Use Annotation
n NaturalType required
The required n attribute is the number of LogicalOperation elements in this set.
Source
<xs:element name="LogicalOperations" type="LogicalOperationsType" minOccurs="0">
  <xs:annotation>
    <xs:documentation>The optional LogicalOperations element defines logical operations between zone section planes.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Visualization.xsd
Complex Type ZoneSectionType
Annotations
The ZoneSectionType defines model clipping by specifying a set of section planes and logical operations between them.
Diagram
Diagram PrimitivesPD_xsd_Complex_Type_NodeBaseType.tmp#NodeBaseType_label PrimitivesPD_xsd_Complex_Type_NodeBaseType.tmp#NodeBaseType PrimitivesPD_xsd_Complex_Type_NodeWithIdBaseType.tmp#NodeWithIdBaseType_id Primitives_xsd_Element_Attributes.tmp#Attributes PrimitivesPD_xsd_Complex_Type_NodeWithIdBaseType.tmp#NodeWithIdBaseType Visualization_xsd_Complex_Type_ZoneSectionType.tmp#ZoneSectionType_hatching Visualization_xsd_Complex_Type_ZoneSectionType.tmp#ZoneSectionType_SectionPlanes Visualization_xsd_Complex_Type_ZoneSectionType.tmp#ZoneSectionType_LogicalOperations
Type extension of NodeWithIdBaseType
Type hierarchy
Used by
Element ZoneSection
Children Attributes, LogicalOperations, SectionPlanes
Attributes
QName Type Default Use Annotation
hatching xs:boolean true optional
The optional hatching attribute indicates if hatching is On or Off.
id QIFIdType required
The required id attribute is the unique model entity identifier.
label xs:string optional
The optional label attribute is the model entity "nameplate". Normally it can be seen at the entity item in the project tree.
Source
<xs:complexType name="ZoneSectionType">
  <xs:annotation>
    <xs:documentation>The ZoneSectionType defines model clipping by specifying a set of section planes and logical operations between them.</xs:documentation>
  </xs:annotation>
  <xs:complexContent>
    <xs:extension base="NodeWithIdBaseType">
      <xs:sequence>
        <xs:element name="SectionPlanes" type="ZoneSectionPlanesType">
          <xs:annotation>
            <xs:documentation>The Planes element is a set of zone section planes.</xs:documentation>
          </xs:annotation>
        </xs:element>
        <xs:element name="LogicalOperations" type="LogicalOperationsType" minOccurs="0">
          <xs:annotation>
            <xs:documentation>The optional LogicalOperations element defines logical operations between zone section planes.</xs:documentation>
          </xs:annotation>
        </xs:element>
      </xs:sequence>
      <xs:attribute name="hatching" type="xs:boolean" default="true">
        <xs:annotation>
          <xs:documentation>The optional hatching attribute indicates if hatching is On or Off.</xs:documentation>
        </xs:annotation>
      </xs:attribute>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Visualization.xsd
Attribute ZoneSectionType / @hatching
Annotations
The optional hatching attribute indicates if hatching is On or Off.
Type xs:boolean
Properties
default true
Used by
Complex Type ZoneSectionType
Source
<xs:attribute name="hatching" type="xs:boolean" default="true">
  <xs:annotation>
    <xs:documentation>The optional hatching attribute indicates if hatching is On or Off.</xs:documentation>
  </xs:annotation>
</xs:attribute>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Visualization.xsd