element <catalog:attributePath>
Namespace:
Type:
anonymous complexType
Content:
complex, 1 element
Defined:
globally in catalog.xsd, see XML source
Includes:
definition of 1 element
Used:
XML Representation Summary
<catalog:attributePath>
   
Content: 
catalog:orderedComponent[2..*]
</catalog:attributePath>
Content model elements (1):
Included in content model of elements (2):
Known Usage Locations
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:element name="attributePath">
<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 (defined in this component only; 1/1)
catalog:orderedComponent
Type:
anonymous, mixed content
[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:element maxOccurs="unbounded" minOccurs="2" name="orderedComponent">
<xs:complexType mixed="true">
<xs:attribute name="href" type="xs:anyURI"/>
</xs:complexType>
</xs:element>

XML schema documentation generated with DocFlex/XML RE 1.7.2 using DocFlex/XML XSDDoc 2.1.0 template set