Showing:

Annotations
Attributes
Diagrams
Facets
Properties
Source
Used by
Element EventBaseType / Description
Annotations
The Description element is the description of the event.
Diagram
Diagram
Type xs:string
Properties
content simple
Source
<xs:element name="Description" type="xs:string">
  <xs:annotation>
    <xs:documentation>The Description element is the description of the event.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/IntermediatesPMI.xsd
Complex Type EventBaseType
Annotations
The EventBaseType is the abstract base type that defines events.
Diagram
Diagram IntermediatesPMI_xsd_Complex_Type_EventBaseType.tmp#EventBaseType_id IntermediatesPMI_xsd_Complex_Type_EventBaseType.tmp#EventBaseType_Description
Properties
abstract true
Used by
Children Description
Attributes
QName Type Use Annotation
id QIFIdType required
The id attribute is the QIF id of the event, used for referencing.
Source
<xs:complexType name="EventBaseType" abstract="true">
  <xs:annotation>
    <xs:documentation>The EventBaseType is the abstract base type that defines events.</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="Description" type="xs:string">
      <xs:annotation>
        <xs:documentation>The Description element is the description of the event.</xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:sequence>
  <xs:attribute name="id" type="QIFIdType" use="required">
    <xs:annotation>
      <xs:documentation>The id attribute is the QIF id of the event, used for referencing.</xs:documentation>
    </xs:annotation>
  </xs:attribute>
</xs:complexType>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/IntermediatesPMI.xsd
Attribute EventBaseType / @id
Annotations
The id attribute is the QIF id of the event, used for referencing.
Type QIFIdType
Type hierarchy
Properties
use required
Facets
pattern ([\-+]?[0-9]+) & ([1-9][0-9]*)
Used by
Complex Type EventBaseType
Source
<xs:attribute name="id" type="QIFIdType" use="required">
  <xs:annotation>
    <xs:documentation>The id attribute is the QIF id of the event, used for referencing.</xs:documentation>
  </xs:annotation>
</xs:attribute>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/IntermediatesPMI.xsd