Showing:

Annotations
Attributes
Diagrams
Facets
Instances
Properties
Source
Used by
Element SavedViewSetType / SavedView
Annotations
Each SavedView element defines a saved View.
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_SavedViewType.tmp#SavedViewType_ActiveView Visualization_xsd_Complex_Type_SavedViewType.tmp#SavedViewType_AnnotationVisibleIds Visualization_xsd_Complex_Type_SavedViewType.tmp#SavedViewType_AnnotationHiddenIds Visualization_xsd_Complex_Type_SavedViewType.tmp#SavedViewType_BodyIds Visualization_xsd_Complex_Type_SavedViewType.tmp#SavedViewType_ComponentIds Visualization_xsd_Complex_Type_SavedViewType.tmp#SavedViewType_SimplifiedRepresentationId Visualization_xsd_Complex_Type_SavedViewType.tmp#SavedViewType_ExplodedViewId Visualization_xsd_Complex_Type_SavedViewType.tmp#SavedViewType_DisplayStyleId Visualization_xsd_Complex_Type_SavedViewType.tmp#SavedViewType_ZoneSectionId Visualization_xsd_Complex_Type_SavedViewType.tmp#SavedViewType_CameraIds Visualization_xsd_Complex_Type_SavedViewType.tmp#SavedViewType
Type SavedViewType
Type hierarchy
Properties
content complex
maxOccurs unbounded
Children ActiveView, AnnotationHiddenIds, AnnotationVisibleIds, Attributes, BodyIds, CameraIds, ComponentIds, DisplayStyleId, ExplodedViewId, SimplifiedRepresentationId, ZoneSectionId
Instance
<SavedView id="" label="" xmlns="http://qifstandards.org/xsd/qif3">
  <Attributes n="">{0,1}</Attributes>
  <ActiveView>{0,1}</ActiveView>
  <AnnotationVisibleIds n="">{0,1}</AnnotationVisibleIds>
  <AnnotationHiddenIds n="">{0,1}</AnnotationHiddenIds>
  <BodyIds n="">{0,1}</BodyIds>
  <ComponentIds n="">{0,1}</ComponentIds>
  <SimplifiedRepresentationId active="false" xId="">{0,1}</SimplifiedRepresentationId>
  <ExplodedViewId active="false" xId="">{0,1}</ExplodedViewId>
  <DisplayStyleId active="false" xId="">{0,1}</DisplayStyleId>
  <ZoneSectionId active="false" xId="">{0,1}</ZoneSectionId>
  <CameraIds n="">{0,1}</CameraIds>
</SavedView>
Attributes
QName Type Use Annotation
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:element name="SavedView" type="SavedViewType" maxOccurs="unbounded">
  <xs:annotation>
    <xs:documentation>Each SavedView element defines a saved View.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Visualization.xsd
Complex Type SavedViewSetType
Annotations
The SavedViewSetType is a collection of saved views.
Diagram
Diagram Visualization_xsd_Complex_Type_SavedViewSetType.tmp#SavedViewSetType_n Visualization_xsd_Complex_Type_SavedViewSetType.tmp#SavedViewSetType_SavedView
Used by
Element SavedViewSet
Children SavedView
Attributes
QName Type Use Annotation
n NaturalType required
The required n attribute is the number of saved views in this set.
Source
<xs:complexType name="SavedViewSetType">
  <xs:annotation>
    <xs:documentation>The SavedViewSetType is a collection of saved views.</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="SavedView" type="SavedViewType" maxOccurs="unbounded">
      <xs:annotation>
        <xs:documentation>Each SavedView element defines a saved View.</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 saved views in this set.</xs:documentation>
    </xs:annotation>
  </xs:attribute>
</xs:complexType>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Visualization.xsd
Attribute SavedViewSetType / @n
Annotations
The required n attribute is the number of saved views in this set.
Type NaturalType
Properties
use required
Facets
minInclusive 1
Used by
Complex Type SavedViewSetType
Source
<xs:attribute name="n" type="NaturalType" use="required">
  <xs:annotation>
    <xs:documentation>The required n attribute is the number of saved views in this set.</xs:documentation>
  </xs:annotation>
</xs:attribute>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Visualization.xsd