Showing:

Annotations
Attributes
Diagrams
Facets
Instances
Properties
Source
Used by
Element SimplifiedRepresentationSetType / SimplifiedRepresentation
Annotations
Each SimplifiedRepresentation element defines a simplified representation.
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 Visualization_xsd_Complex_Type_SimplifiedRepresentationType.tmp#SimplifiedRepresentationType
Type SimplifiedRepresentationType
Type hierarchy
Properties
content complex
maxOccurs unbounded
Children Attributes, Form, SimplifiedRepresentationGroups
Instance
<SimplifiedRepresentation id="" label="" xmlns="http://qifstandards.org/xsd/qif3">
  <Attributes n="">{0,1}</Attributes>
  <Form>{1,1}</Form>
  <SimplifiedRepresentationGroups n="">{0,1}</SimplifiedRepresentationGroups>
</SimplifiedRepresentation>
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="SimplifiedRepresentation" type="SimplifiedRepresentationType" maxOccurs="unbounded">
  <xs:annotation>
    <xs:documentation>Each SimplifiedRepresentation element defines a simplified representation.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Visualization.xsd
Complex Type SimplifiedRepresentationSetType
Annotations
The SimplifiedRepresentationSetType defines a collection of simplified representations.
Diagram
Diagram Visualization_xsd_Complex_Type_SimplifiedRepresentationSetType.tmp#SimplifiedRepresentationSetType_n Visualization_xsd_Complex_Type_SimplifiedRepresentationSetType.tmp#SimplifiedRepresentationSetType_SimplifiedRepresentation
Used by
Children SimplifiedRepresentation
Attributes
QName Type Use Annotation
n NaturalType required
The required n attribute is the number of simplified representations in this set.
Source
<xs:complexType name="SimplifiedRepresentationSetType">
  <xs:annotation>
    <xs:documentation>The SimplifiedRepresentationSetType defines a collection of simplified representations.</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="SimplifiedRepresentation" type="SimplifiedRepresentationType" maxOccurs="unbounded">
      <xs:annotation>
        <xs:documentation>Each SimplifiedRepresentation element defines a simplified representation.</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 simplified representations in this set.</xs:documentation>
    </xs:annotation>
  </xs:attribute>
</xs:complexType>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Visualization.xsd
Attribute SimplifiedRepresentationSetType / @n
Annotations
The required n attribute is the number of simplified representations in this set.
Type NaturalType
Properties
use required
Facets
minInclusive 1
Used by
Source
<xs:attribute name="n" type="NaturalType" use="required">
  <xs:annotation>
    <xs:documentation>The required n attribute is the number of simplified representations in this set.</xs:documentation>
  </xs:annotation>
</xs:attribute>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Visualization.xsd