Showing:

Annotations
Attributes
Diagrams
Instances
Properties
Source
Used by
Element LayerType / ElementIds
Annotations
The optional ElementIds element is an array of entity identifiers present in this layer.
Diagram
Diagram Primitives_xsd_Complex_Type_ArrayReferenceFullType.tmp#ArrayReferenceFullType_n Primitives_xsd_Complex_Type_ArrayReferenceFullType.tmp#ArrayReferenceFullType_Id Primitives_xsd_Complex_Type_ArrayReferenceFullType.tmp#ArrayReferenceFullType
Type ArrayReferenceFullType
Properties
content complex
minOccurs 0
Children Id
Instance
<ElementIds n="" xmlns="http://qifstandards.org/xsd/qif3">
  <Id asmPathId="" asmPathXId="" xId="">{1,unbounded}</Id>
</ElementIds>
Attributes
QName Type Use Annotation
n NaturalType required
The required n attribute is the number of Id elements in this array.
Source
<xs:element name="ElementIds" type="ArrayReferenceFullType" minOccurs="0">
  <xs:annotation>
    <xs:documentation>The optional ElementIds element is an array of entity identifiers present in this layer.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFApplications/QIFProduct.xsd
Complex Type LayerType
Annotations
The LayerType is the type which represents one of the model
"grouping" objects.
  NOTE1: The user can specify arbitrary number of layers for
         one model.
  NOTE2: Any model entity can be included in an arbitrary number
         of layers.
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 PrimitivesPD_xsd_Attribute_Group_AttrDrawable.tmp#AttrDrawable PrimitivesPD_xsd_Complex_Type_DrawableBaseType.tmp#DrawableBaseType QIFProduct_xsd_Complex_Type_LayerType.tmp#LayerType_applyColor QIFProduct_xsd_Complex_Type_LayerType.tmp#LayerType_index QIFProduct_xsd_Complex_Type_LayerType.tmp#LayerType_ElementIds
Type extension of DrawableBaseType
Type hierarchy
Used by
Element Layer
Children Attributes, ElementIds
Attributes
QName Type Default Use Annotation
applyColor xs:boolean 0 optional
The optional applyColor attribute shows if the layer color supersedes colors of the model entities associated with this layer. The default value is FALSE.
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.
id QIFIdType required
The required id attribute is the unique model entity identifier.
index xs:unsignedInt required
The required index attribute defines the layer index.
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.
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:complexType name="LayerType">
  <xs:annotation>
    <xs:documentation>The LayerType is the type which represents one of the model "grouping" objects. NOTE1: The user can specify arbitrary number of layers for one model. NOTE2: Any model entity can be included in an arbitrary number of layers.</xs:documentation>
  </xs:annotation>
  <xs:complexContent>
    <xs:extension base="DrawableBaseType">
      <xs:sequence>
        <xs:element name="ElementIds" type="ArrayReferenceFullType" minOccurs="0">
          <xs:annotation>
            <xs:documentation>The optional ElementIds element is an array of entity identifiers present in this layer.</xs:documentation>
          </xs:annotation>
        </xs:element>
      </xs:sequence>
      <xs:attribute name="applyColor" type="xs:boolean" default="0">
        <xs:annotation>
          <xs:documentation>The optional applyColor attribute shows if the layer color supersedes colors of the model entities associated with this layer. The default value is FALSE.</xs:documentation>
        </xs:annotation>
      </xs:attribute>
      <xs:attribute name="index" type="xs:unsignedInt" use="required">
        <xs:annotation>
          <xs:documentation>The required index attribute defines the layer index.</xs:documentation>
        </xs:annotation>
      </xs:attribute>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFApplications/QIFProduct.xsd
Attribute LayerType / @applyColor
Annotations
The optional applyColor attribute shows if the layer color supersedes colors of the model entities associated with this layer. The default value is FALSE.
Type xs:boolean
Properties
default 0
Used by
Complex Type LayerType
Source
<xs:attribute name="applyColor" type="xs:boolean" default="0">
  <xs:annotation>
    <xs:documentation>The optional applyColor attribute shows if the layer color supersedes colors of the model entities associated with this layer. The default value is FALSE.</xs:documentation>
  </xs:annotation>
</xs:attribute>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFApplications/QIFProduct.xsd
Attribute LayerType / @index
Annotations
The required index attribute defines the layer index.
Type xs:unsignedInt
Properties
use required
Used by
Complex Type LayerType
Source
<xs:attribute name="index" type="xs:unsignedInt" use="required">
  <xs:annotation>
    <xs:documentation>The required index attribute defines the layer index.</xs:documentation>
  </xs:annotation>
</xs:attribute>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFApplications/QIFProduct.xsd