Showing:

Annotations
Attributes
Diagrams
Facets
Properties
Source
Used by
Complex Type NodeWithIdBaseType
Annotations
The NodeWithIdBaseType is the abstract base type for model elements with id.
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
Type extension of NodeBaseType
Type hierarchy
Properties
abstract true
Used by
Children Attributes
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:complexType name="NodeWithIdBaseType" abstract="true">
  <xs:annotation>
    <xs:documentation>The NodeWithIdBaseType is the abstract base type for model elements with id.</xs:documentation>
  </xs:annotation>
  <xs:complexContent>
    <xs:extension base="NodeBaseType">
      <xs:sequence>
        <xs:element ref="Attributes" minOccurs="0">
          <xs:annotation>
            <xs:documentation>The optional Attributes element contains user defined attributes (typified, binary array, or XML structured).</xs:documentation>
          </xs:annotation>
        </xs:element>
      </xs:sequence>
      <xs:attribute name="id" type="QIFIdType" use="required">
        <xs:annotation>
          <xs:documentation>The required id attribute is the unique model entity identifier.</xs:documentation>
        </xs:annotation>
      </xs:attribute>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/PrimitivesPD.xsd
Attribute NodeWithIdBaseType / @id
Annotations
The required id attribute is the unique model entity identifier.
Type QIFIdType
Type hierarchy
Properties
use required
Facets
pattern ([\-+]?[0-9]+) & ([1-9][0-9]*)
Used by
Complex Type NodeWithIdBaseType
Source
<xs:attribute name="id" type="QIFIdType" use="required">
  <xs:annotation>
    <xs:documentation>The required id attribute is the unique model entity identifier.</xs:documentation>
  </xs:annotation>
</xs:attribute>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/PrimitivesPD.xsd