element <qm:category> (local)
Namespace: |
|
Type: |
|
Content: |
|
Defined: |
|
Includes: |
|
XML Representation Summary |
<qm:category |
|
|
= |
xs:string |
|
= |
xs:string |
|
= |
xs:string |
|
= |
xs:string |
|
= |
xs:anyURI |
|
/> |
Included in content model of elements (1):
-
Annotation
Category terms are provided in an attribute as is the value for that term. The category is used for query support and for sortable table views.
XML Source (w/o annotations (6); see within schema source)
<xs:element maxOccurs="unbounded" minOccurs="0" name="category">
<xs:complexType>
<xs:attribute name="term" type="xs:string"/>
<xs:attribute name="value" type="xs:string"/>
<xs:attribute name="termUUID" type="xs:string"/>
<xs:attribute name="valueUUID" type="xs:string"/>
<xs:attribute name="href" type="xs:anyURI" use="required"/>
</xs:complexType>
</xs:element>
|
Attribute Detail (all declarations; defined within this component only; 5/5)
href
-
Type: |
xs:anyURI, predefined |
Use: |
required |
[READ-ONLY]The URL of the category.
XML Source (w/o annotations (1); see within schema source)
<xs:attribute name="href" type="xs:anyURI" use="required"/>
|
term
-
Type: |
xs:string, predefined |
Use: |
optional |
[READ-ONLY] The name of the category.
XML Source (w/o annotations (1); see within schema source)
<xs:attribute name="term" type="xs:string"/>
|
termUUID
-
Type: |
xs:string, predefined |
Use: |
optional |
[DEPRECATED] [READ-ONLY]
XML Source (w/o annotations (1); see within schema source)
<xs:attribute name="termUUID" type="xs:string"/>
|
value
-
Type: |
xs:string, predefined |
Use: |
optional |
[READ-ONLY] The value selected for the category.
XML Source (w/o annotations (1); see within schema source)
<xs:attribute name="value" type="xs:string"/>
|
valueUUID
-
Type: |
xs:string, predefined |
Use: |
optional |
[DEPRECATED] [READ-ONLY]
XML Source (w/o annotations (1); see within schema source)
<xs:attribute name="valueUUID" type="xs:string"/>
|