Showing:

Annotations
Attributes
Diagrams
Facets
Properties
Source
Used by
Attribute AttrDrawable / @color
Annotations
The optional color attribute defines the RGB color property of a model entity.
Type ColorType
Type hierarchy
Properties
content simple
Facets
length 3
Used by
Attribute Group AttrDrawable
Source
<xs:attribute name="color" type="ColorType">
  <xs:annotation>
    <xs:documentation>The optional color attribute defines the RGB color property of a model entity.</xs:documentation>
  </xs:annotation>
</xs:attribute>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/PrimitivesPD.xsd
Attribute AttrDrawable / @transparency
Annotations
The optional transparency attribute defines the transparency property of a model entity.
Type TransparencyType
Properties
default 0.0
Facets
maxExclusive 1
minInclusive 0
Used by
Attribute Group AttrDrawable
Source
<xs:attribute name="transparency" type="TransparencyType" default="0.0">
  <xs:annotation>
    <xs:documentation>The optional transparency attribute defines the transparency property of a model entity.</xs:documentation>
  </xs:annotation>
</xs:attribute>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/PrimitivesPD.xsd
Attribute AttrDrawable / @hidden
Annotations
The optional hidden attribute defines the visibility property of a model entity in the graphical window.
Type xs:boolean
Properties
default 0
Used by
Attribute Group AttrDrawable
Source
<xs:attribute name="hidden" type="xs:boolean" default="0">
  <xs:annotation>
    <xs:documentation>The optional hidden attribute defines the visibility property of a model entity in the graphical window.</xs:documentation>
  </xs:annotation>
</xs:attribute>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/PrimitivesPD.xsd
Attribute AttrDrawable / @size
Annotations
The optional size attribute defines a recommended size for visualization of an infinite drawable element such as plane, cylinder, axis, etc., or objects without explicit geometric parameters (e.g. coordinate system).
Type DoublePositiveType
Properties
content simple
Facets
minExclusive 0.0
Used by
Attribute Group AttrDrawable
Source
<xs:attribute name="size" type="DoublePositiveType">
  <xs:annotation>
    <xs:documentation>The optional size attribute defines a recommended size for visualization of an infinite drawable element such as plane, cylinder, axis, etc., or objects without explicit geometric parameters (e.g. coordinate system).</xs:documentation>
  </xs:annotation>
</xs:attribute>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/PrimitivesPD.xsd
Attribute Group AttrDrawable
Diagram
Diagram PrimitivesPD_xsd_Attribute_Group_AttrDrawable.tmp#AttrDrawable_color PrimitivesPD_xsd_Attribute_Group_AttrDrawable.tmp#AttrDrawable_transparency PrimitivesPD_xsd_Attribute_Group_AttrDrawable.tmp#AttrDrawable_hidden PrimitivesPD_xsd_Attribute_Group_AttrDrawable.tmp#AttrDrawable_size
Used by
Complex Type DrawableBaseType
Attributes
QName Type Default Use Annotation
color ColorType optional
The optional color attribute defines the RGB color property of a model entity.
hidden xs:boolean 0 optional
The optional hidden attribute defines the visibility property of a model entity in the graphical window.
size DoublePositiveType optional
The optional size attribute defines a recommended size for visualization of an infinite drawable element such as plane, cylinder, axis, etc., or objects without explicit geometric parameters (e.g. coordinate system).
transparency TransparencyType 0.0 optional
The optional transparency attribute defines the transparency property of a model entity.
Source
<xs:attributeGroup name="AttrDrawable">
  <xs:attribute name="color" type="ColorType">
    <xs:annotation>
      <xs:documentation>The optional color attribute defines the RGB color property of a model entity.</xs:documentation>
    </xs:annotation>
  </xs:attribute>
  <xs:attribute name="transparency" type="TransparencyType" default="0.0">
    <xs:annotation>
      <xs:documentation>The optional transparency attribute defines the transparency property of a model entity.</xs:documentation>
    </xs:annotation>
  </xs:attribute>
  <xs:attribute name="hidden" type="xs:boolean" default="0">
    <xs:annotation>
      <xs:documentation>The optional hidden attribute defines the visibility property of a model entity in the graphical window.</xs:documentation>
    </xs:annotation>
  </xs:attribute>
  <xs:attribute name="size" type="DoublePositiveType">
    <xs:annotation>
      <xs:documentation>The optional size attribute defines a recommended size for visualization of an infinite drawable element such as plane, cylinder, axis, etc., or objects without explicit geometric parameters (e.g. coordinate system).</xs:documentation>
    </xs:annotation>
  </xs:attribute>
</xs:attributeGroup>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/PrimitivesPD.xsd