element <qm:contribution> (local)
Namespace:
Type:
anonymous complexType
Content:
empty, 2 attributes
Defined:
Includes:
definitions of 2 attributes
XML Representation Summary
<qm:contribution
   
 = 
xs:anyURI
 = 
xs:string
/>
Included in content model of elements (1):
qm:executionresult
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"/>

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