Showing:

Annotations
Attributes
Diagrams
Facets
Instances
Properties
Source
Used by
Element PMIDisplaySetType / PMIDisplay
Annotations
Each PMIDisplay element contains a block of display information which is used for visualization of the annotation data.
Diagram
Diagram Primitives_xsd_Element_Attributes.tmp#Attributes Visualization_xsd_Complex_Type_PMIDisplayType.tmp#PMIDisplayType_Color Visualization_xsd_Complex_Type_PMIDisplayType.tmp#PMIDisplayType_Plane Visualization_xsd_Element_Texts.tmp#Texts Visualization_xsd_Element_Leader.tmp#Leader Visualization_xsd_Element_WitnessLines.tmp#WitnessLines Visualization_xsd_Element_Frames.tmp#Frames Visualization_xsd_Complex_Type_PMIDisplayType.tmp#PMIDisplayType_Graphics Visualization_xsd_Complex_Type_PMIDisplayType.tmp#PMIDisplayType_Reference Visualization_xsd_Complex_Type_PMIDisplayType.tmp#PMIDisplayType_GroupID Visualization_xsd_Complex_Type_PMIDisplayType.tmp#PMIDisplayType
Type PMIDisplayType
Properties
content complex
maxOccurs unbounded
Children Attributes, Color, Frames, Graphics, GroupID, Leader, Plane, Reference, Texts, WitnessLines
Instance
<PMIDisplay xmlns="http://qifstandards.org/xsd/qif3">
  <Attributes n="">{0,1}</Attributes>
  <Color>{0,1}</Color>
  <Plane>{0,1}</Plane>
  <Texts fontIndex="" lineHeight="" n="">{0,1}</Texts>
  <Leader>{0,unbounded}</Leader>
  <WitnessLines width="">{0,1}</WitnessLines>
  <Frames n="">{0,1}</Frames>
  <Graphics>{0,1}</Graphics>
  <Reference>{1,1}</Reference>
  <GroupID>{0,1}</GroupID>
</PMIDisplay>
Source
<xs:element name="PMIDisplay" type="PMIDisplayType" maxOccurs="unbounded">
  <xs:annotation>
    <xs:documentation>Each PMIDisplay element contains a block of display information which is used for visualization of the annotation data.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Visualization.xsd
Complex Type PMIDisplaySetType
Annotations
The PMIDisplaySetType defines a container for storing all display data used for visualization of the annotation data.
Diagram
Diagram Visualization_xsd_Complex_Type_PMIDisplaySetType.tmp#PMIDisplaySetType_n Visualization_xsd_Complex_Type_PMIDisplaySetType.tmp#PMIDisplaySetType_PMIDisplay
Used by
Element PMIDisplaySet
Children PMIDisplay
Attributes
QName Type Use Annotation
n NaturalType required
The required n attribute is the number of elements in this set.
Source
<xs:complexType name="PMIDisplaySetType">
  <xs:annotation>
    <xs:documentation>The PMIDisplaySetType defines a container for storing all display data used for visualization of the annotation data.</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="PMIDisplay" type="PMIDisplayType" maxOccurs="unbounded">
      <xs:annotation>
        <xs:documentation>Each PMIDisplay element contains a block of display information which is used for visualization of the annotation data.</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 PMIDisplaySetType / @n
Annotations
The required n attribute is the number of elements in this set.
Type NaturalType
Properties
use required
Facets
minInclusive 1
Used by
Complex Type PMIDisplaySetType
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