element <qm:contribution> (local)
Namespace: |
|
Type: |
|
Content: |
|
Defined: |
|
Includes: |
|
XML Representation Summary |
<qm:contribution |
|
|
/> |
Included in content model of elements (1):
-
Annotation
A generic URI link associated with the execution result.
XML Source (w/o annotations (3); see within schema source)
<xs:element maxOccurs="unbounded" minOccurs="0" name="contribution">
<xs:complexType>
<xs:attribute name="href" type="xs:anyURI" use="required"/>
<xs:attribute name="name" type="xs:string" use="required"/>
</xs:complexType>
</xs:element>
|
Attribute Detail (all declarations; defined within this component only; 2/2)
href
-
Type: |
xs:anyURI, predefined |
Use: |
required |
[READ-ONLY] The URI of the link.
XML Source (w/o annotations (1); see within schema source)
<xs:attribute name="href" type="xs:anyURI" use="required"/>
|
name
-
Type: |
xs:string, predefined |
Use: |
required |
[READ-ONLY] A displayable name of the link.
XML Source (w/o annotations (1); see within schema source)
<xs:attribute name="name" type="xs:string" use="required"/>
|