element <qm:attribute>
Namespace: |
|
Type: |
anonymous complexType |
Content: |
|
Defined: |
|
Includes: |
|
XML Representation Summary |
<qm:attribute |
|
name |
= |
xs:string |
|
pointerType |
= |
xs:string |
|
type |
= |
xs:string |
|
> |
|
|
</qm:attribute> |
Content model elements (2):
-
Included in content model of elements (1):
-
Annotation
[READ-ONLY] An attribute on the lab resource type represented by this configuration term. If this attribute is a configuration part attribute, the contents of this element must contain a configuration part that describes the part.
XML Source (w/o annotations (6); see within schema source)
<xs:element maxOccurs="unbounded" name="attribute"> <xs:complexType> <xs:choice> <xs:element maxOccurs="unbounded" minOccurs="0" name="value"> <xs:complexType mixed="true"> </xs:complexType> </xs:element> </xs:choice> <xs:attribute name="name" type="xs:string"/> <xs:attribute name="type" type="xs:string"/> </xs:complexType> </xs:element> |
Attribute Detail (defined in this component only; 3/3) name -
Type: |
xs:string, predefined |
Use: |
optional |
[READ-ONLY] The name of this attribute.
XML Source (w/o annotations (1); see within schema source)
<xs:attribute name="name" type="xs:string"/> |
pointerType -
Type: |
xs:string, predefined |
Use: |
optional |
[READ-ONLY] If type is equal to PointerType, this attribute must be populated with either USERDISPLAY_SERVICE or GROUPDISPLAY_SERVICE to identify which type of pointer this attribute is.
XML Source (w/o annotations (1); see within schema source)
type -
Type: |
xs:string, predefined |
Use: |
optional |
[READ-ONLY] The type of this attribute. One of: NumericType, PointerType, StringType, ConfigurationPartType, TimeStampType.
XML Source (w/o annotations (1); see within schema source)
<xs:attribute name="type" type="xs:string"/> |
Content Element Detail (defined in this component only; 2/2) -
Type: |
anonymous, complex content |
XML Source (see within schema source)
-
Type: |
anonymous, mixed content |
[READ-ONLY] The value of this attribute. If the attribute is a numeric type this will be an integer, if it is a pointer type this will be a UUID, if it is a string type this will be a string, if it is a timestamp part this will be an integer representing the number of milliseconds since 1/1/1970, and if it is a configuration part type this will be unpopulated and the contents of this element will describe the configuration part.
XML Source (w/o annotations (2); see within schema source)
<xs:element maxOccurs="unbounded" minOccurs="0" name="value"> <xs:complexType mixed="true"> </xs:complexType> </xs:element> |