Showing:

Annotations
Attributes
Diagrams
Facets
Instances
Properties
Source
Used by
Element SimplifiedRepresentationType / Form
Annotations
The SimplifiedRepresentationFormEnumType element is the default simplified representation form.
Diagram
Diagram Visualization_xsd_Simple_Type_SimplifiedRepresentationFormEnumType.tmp#SimplifiedRepresentationFormEnumType
Type SimplifiedRepresentationFormEnumType
Properties
content simple
Facets
enumeration MASTER
enumeration HIDE
enumeration BOUNDING_BOX
Source
<xs:element name="Form" type="SimplifiedRepresentationFormEnumType">
  <xs:annotation>
    <xs:documentation>The SimplifiedRepresentationFormEnumType element is the default simplified representation form.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Visualization.xsd
Element SimplifiedRepresentationType / SimplifiedRepresentationGroups
Annotations
The optional SimplifiedRepresentationGroups element is groups of components and bodies with defined simplified representation forms.
Diagram
Diagram Visualization_xsd_Complex_Type_SimplifiedRepresentationGroupsType.tmp#SimplifiedRepresentationGroupsType_n Visualization_xsd_Complex_Type_SimplifiedRepresentationGroupsType.tmp#SimplifiedRepresentationGroupsType_SimplifiedRepresentationGroup Visualization_xsd_Complex_Type_SimplifiedRepresentationGroupsType.tmp#SimplifiedRepresentationGroupsType
Type SimplifiedRepresentationGroupsType
Properties
content complex
minOccurs 0
Children SimplifiedRepresentationGroup
Instance
<SimplifiedRepresentationGroups n="" xmlns="http://qifstandards.org/xsd/qif3">
  <SimplifiedRepresentationGroup>{1,unbounded}</SimplifiedRepresentationGroup>
</SimplifiedRepresentationGroups>
Attributes
QName Type Use Annotation
n NaturalType required
The required n attribute is the number of elements in this set.
Source
<xs:element name="SimplifiedRepresentationGroups" type="SimplifiedRepresentationGroupsType" minOccurs="0">
  <xs:annotation>
    <xs:documentation>The optional SimplifiedRepresentationGroups element is groups of components and bodies with defined simplified representation forms.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Visualization.xsd
Complex Type SimplifiedRepresentationType
Annotations
The SimplifiedRepresentationType defines a simplified model representation to be used in 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_SimplifiedRepresentationType.tmp#SimplifiedRepresentationType_Form Visualization_xsd_Complex_Type_SimplifiedRepresentationType.tmp#SimplifiedRepresentationType_SimplifiedRepresentationGroups
Type extension of NodeWithIdBaseType
Type hierarchy
Used by
Children Attributes, Form, SimplifiedRepresentationGroups
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:complexType name="SimplifiedRepresentationType">
  <xs:annotation>
    <xs:documentation>The SimplifiedRepresentationType defines a simplified model representation to be used in a saved view.</xs:documentation>
  </xs:annotation>
  <xs:complexContent>
    <xs:extension base="NodeWithIdBaseType">
      <xs:sequence>
        <xs:element name="Form" type="SimplifiedRepresentationFormEnumType">
          <xs:annotation>
            <xs:documentation>The SimplifiedRepresentationFormEnumType element is the default simplified representation form.</xs:documentation>
          </xs:annotation>
        </xs:element>
        <xs:element name="SimplifiedRepresentationGroups" type="SimplifiedRepresentationGroupsType" minOccurs="0">
          <xs:annotation>
            <xs:documentation>The optional SimplifiedRepresentationGroups element is groups of components and bodies with defined simplified representation forms.</xs:documentation>
          </xs:annotation>
        </xs:element>
      </xs:sequence>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Visualization.xsd