Showing:

Annotations
Attributes
Diagrams
Facets
Instances
Properties
Source
Used by
Element SimplifiedRepresentationGroupsType / SimplifiedRepresentationGroup
Annotations
Each SimplifiedRepresentationGroup element is a group of components and bodies with defined simplified representation forms.
Diagram
Diagram Visualization_xsd_Complex_Type_SimplifiedRepresentationGroupType.tmp#SimplifiedRepresentationGroupType_Form Visualization_xsd_Complex_Type_SimplifiedRepresentationGroupType.tmp#SimplifiedRepresentationGroupType_ComponentIds Visualization_xsd_Complex_Type_SimplifiedRepresentationGroupType.tmp#SimplifiedRepresentationGroupType_BodyIds Visualization_xsd_Complex_Type_SimplifiedRepresentationGroupType.tmp#SimplifiedRepresentationGroupType
Type SimplifiedRepresentationGroupType
Properties
content complex
maxOccurs unbounded
Children BodyIds, ComponentIds, Form
Instance
<SimplifiedRepresentationGroup xmlns="http://qifstandards.org/xsd/qif3">
  <Form>{1,1}</Form>
  <ComponentIds n="">{0,1}</ComponentIds>
  <BodyIds n="">{0,1}</BodyIds>
</SimplifiedRepresentationGroup>
Source
<xs:element name="SimplifiedRepresentationGroup" type="SimplifiedRepresentationGroupType" maxOccurs="unbounded">
  <xs:annotation>
    <xs:documentation>Each SimplifiedRepresentationGroup element is a group 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 SimplifiedRepresentationGroupsType
Annotations
The SimplifiedRepresentationGroupsType is a collection of 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
Used by
Children SimplifiedRepresentationGroup
Attributes
QName Type Use Annotation
n NaturalType required
The required n attribute is the number of elements in this set.
Source
<xs:complexType name="SimplifiedRepresentationGroupsType">
  <xs:annotation>
    <xs:documentation>The SimplifiedRepresentationGroupsType is a collection of groups of components and bodies with defined simplified representation forms.</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="SimplifiedRepresentationGroup" type="SimplifiedRepresentationGroupType" maxOccurs="unbounded">
      <xs:annotation>
        <xs:documentation>Each SimplifiedRepresentationGroup element is a group of components and bodies with defined simplified representation forms.</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 elements in this set.</xs:documentation>
    </xs:annotation>
  </xs:attribute>
</xs:complexType>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Visualization.xsd
Attribute SimplifiedRepresentationGroupsType / @n
Annotations
The required n attribute is the number of elements 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 elements in this set.</xs:documentation>
  </xs:annotation>
</xs:attribute>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Visualization.xsd