Showing:

Annotations
Attributes
Diagrams
Facets
Properties
Source
Used by
Element AttributeQPIdType / Value
Annotations
The Value element specifies the QPId value of this entity attribute.
Diagram
Diagram Primitives_xsd_Simple_Type_QPIdType.tmp#QPIdType
Type QPIdType
Properties
content simple
Facets
pattern [A-Fa-f0-9]{8}-[A-Fa-f0-9]{4}-[A-Fa-f0-9]{4}-[A-Fa-f0-9]{4}-[A-Fa-f0-9]{12}
Source
<xs:element name="Value" type="QPIdType">
  <xs:annotation>
    <xs:documentation>The Value element specifies the QPId value of this entity attribute.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Primitives.xsd
Complex Type AttributeQPIdType
Annotations
The AttributeQPIdType defines an entity attribute of QPId type.
Diagram
Diagram Primitives_xsd_Complex_Type_AttributeBaseType.tmp#AttributeBaseType_name Primitives_xsd_Complex_Type_AttributeBaseType.tmp#AttributeBaseType Primitives_xsd_Complex_Type_AttributeQPIdType.tmp#AttributeQPIdType_Value
Type extension of AttributeBaseType
Type hierarchy
Used by
Element AttributeQPId
Children Value
Attributes
QName Type Use Annotation
name xs:string required
The required name attribute is the name of the entity attribute. This name is a unique identifier of an attribute within the entity.
Source
<xs:complexType name="AttributeQPIdType">
  <xs:annotation>
    <xs:documentation>The AttributeQPIdType defines an entity attribute of QPId type.</xs:documentation>
  </xs:annotation>
  <xs:complexContent>
    <xs:extension base="AttributeBaseType">
      <xs:sequence>
        <xs:element name="Value" type="QPIdType">
          <xs:annotation>
            <xs:documentation>The Value element specifies the QPId value of this entity attribute.</xs:documentation>
          </xs:annotation>
        </xs:element>
      </xs:sequence>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Primitives.xsd