complexType "AttachedAttributeType"
Namespace:
Content:
complex, 3 elements
Defined:
Includes:
definitions of 3 elements
Used:
XML Representation Summary
<...>
   
Content: 
</...>
Content Model Elements (3):
p:PhysicalLocation, r:AttributeReference, r:Value
All Direct / Indirect Based Elements (1):
AttachedAttribute
Known Usage Locations
Annotation
References the attribute description in the NCube and provides for a choice between describing an explicit value, or a location in a file where the value can be found.
XML Source (w/o annotations (4); see within schema source)
<xs:complexType name="AttachedAttributeType">
<xs:sequence>
<xs:element ref="r:AttributeReference"/>
<xs:choice minOccurs="0">
<xs:element ref="p:PhysicalLocation"/>
<xs:element ref="r:Value"/>
</xs:choice>
</xs:sequence>
</xs:complexType>
Content Element Detail (all declarations; defined within this component only; 3/3)
p:PhysicalLocation
Type:
p:PhysicalLocationType, complex content
Description of the physical location of the attribute value in the data file.
XML Source (w/o annotations (1); see within schema source)
<xs:element ref="p:PhysicalLocation"/>

r:AttributeReference
Type:
r:ReferenceType, complex content
Reference to the attribute described in an NCube.
XML Source (w/o annotations (1); see within schema source)
<xs:element ref="r:AttributeReference"/>

r:Value
Type:
r:ValueType, simple content
Contains the value for the attribute.
Simple Content
xs:string
XML Source (w/o annotations (1); see within schema source)
<xs:element ref="r:Value"/>

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