element <catalog:attributePath> (global)
Namespace: |
|
Type: |
|
Content: |
|
Defined: |
|
Includes: |
|
Used: |
|
XML Representation Summary |
<catalog:attributePath> |
|
|
</catalog:attributePath> |
Content model elements (1):
-
Included in content model of elements (2):
-
Annotation
[READ-ONLY] The path to the attribute from the root of the labresource. This consists of an ordered list of components and the id for the root of the path. For backwards compatibility if the root type id is not specified the first item in the list of components must be the name of the first type. All other components must be the name of a visible attribute on its preceding component.
XML Source (w/o annotations (3); see within schema source)
<xs:complexType>
<xs:sequence>
<xs:element maxOccurs="unbounded" minOccurs="2" name="orderedComponent">
<xs:complexType mixed="true">
<xs:attribute name="href" type="xs:anyURI"/>
</xs:complexType>
</xs:element>
</xs:sequence>
</xs:complexType>
</xs:element>
|
Content Element Detail (all declarations; defined within this component only; 1/1)
-
[READ-ONLY] A component in the attribute path. The first component in the path refers to a lab resource type, and all subsequent components refer to a chain of attributes.
XML Source (w/o annotations (2); see within schema source)
<xs:complexType mixed="true">
<xs:attribute name="href" type="xs:anyURI"/>
</xs:complexType>
</xs:element>
|