element <qm:baseline> (global)
Namespace:
Type:
anonymous complexType (extension of qm:reportableArtifact)
Content:
complex, 10 elements
Defined:
globally in qm.xsd; see XML source
Includes:
definitions of 6 elements
Used:
never
XML Representation Summary
<qm:baseline>
   
Content: 
</qm:baseline>
Content model elements (10):
alm:updated,
dc:description,
dc:identifier,
dc:title,
jproc:team-area,
qm:component (in qm:baseline),
qm:previousBaseline (in qm:baseline),
qm:projectArea (defined in qm:reportableArtifact complexType),
qm:stylesheet,
qm:wasDerivedFrom (in qm:baseline)
Anonymous Type Detail
Type Derivation Tree
qm:reportableArtifact (extension)
  complexType
XML Source (w/o annotations (9); see within schema source)
<xs:element name="baseline">
<xs:complexType>
<xs:complexContent>
<xs:extension base="reportableArtifact">
<xs:sequence>
<xs:element ref="dc:title"/>
<xs:element ref="dc:description"/>
<xs:element ref="alm:updated"/>
<xs:element maxOccurs="1" minOccurs="0" name="wasDerivedFrom">
<xs:complexType>
<xs:attribute name="href" type="xs:anyURI" use="required"/>
</xs:complexType>
</xs:element>
<xs:element maxOccurs="1" minOccurs="1" name="component">
<xs:complexType>
<xs:attribute name="href" type="xs:anyURI" use="required"/>
</xs:complexType>
</xs:element>
<xs:element maxOccurs="1" minOccurs="0" name="previousBaseline">
<xs:complexType>
<xs:attribute name="href" type="xs:anyURI" use="required"/>
</xs:complexType>
</xs:element>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
</xs:element>
Content Element Detail (all declarations; defined within this component only; 6/10)
alm:updated
Type:
xs:dateTime, predefined, simple content
[READ-ONLY] The last modification date of a resource. Format is XML dateTime.
XML Source (w/o annotations (1); see within schema source)
<xs:element ref="alm:updated"/>

dc:description
Type:
xs:string, predefined, simple content
Description of the Baseline
XML Source (w/o annotations (1); see within schema source)
<xs:element ref="dc:description"/>

dc:title
Type:
xs:string, predefined, simple content
Title (or name) of the Baseline
XML Source (w/o annotations (1); see within schema source)
<xs:element ref="dc:title"/>

qm:component
Type:
anonymous complexType, empty content
[READ-ONLY] An absolute URL to the Component associated with this Baseline.
XML Source (w/o annotations (2); see within schema source)
<xs:element maxOccurs="1" minOccurs="1" name="component">
<xs:complexType>
<xs:attribute name="href" type="xs:anyURI" use="required"/>
</xs:complexType>
</xs:element>

qm:previousBaseline
Type:
anonymous complexType, empty content
[READ-ONLY] An absolute URL to the baseline that preceeded this baseline in the same stream.
XML Source (w/o annotations (2); see within schema source)
<xs:element maxOccurs="1" minOccurs="0" name="previousBaseline">
<xs:complexType>
<xs:attribute name="href" type="xs:anyURI" use="required"/>
</xs:complexType>
</xs:element>

qm:wasDerivedFrom
Type:
anonymous complexType, empty content
[READ-ONLY] An absolute URL to the parent Stream of this Baseline.
XML Source (w/o annotations (2); see within schema source)
<xs:element maxOccurs="1" minOccurs="0" name="wasDerivedFrom">
<xs:complexType>
<xs:attribute name="href" type="xs:anyURI" use="required"/>
</xs:complexType>
</xs:element>

XML schema documentation generated with DocFlex/XML RE 1.9.0 using DocFlex/XML XSDDoc 2.8.0 template set