complexType "AttachmentLocationType"
Namespace:
Content:
complex, 3 elements
Defined:
Includes:
definitions of 3 elements
Used:
XML Representation Summary
<...>
   
Content: 
</...>
Content Model Elements (3):
DomainSpecificValue, r:CategoryReference, r:CodeReference
All Direct / Indirect Based Elements (1):
AttachmentLocation
Known Usage Locations
Annotation
Allows attachment of a response domain to a specific item in a code or category scheme. For example, attach a TextDomain to the value "Other".
XML Source (w/o annotations (4); see within schema source)
<xs:complexType name="AttachmentLocationType">
<xs:sequence>
<xs:choice maxOccurs="unbounded" minOccurs="1">
<xs:element ref="r:CodeReference"/>
<xs:element ref="r:CategoryReference"/>
<xs:element ref="DomainSpecificValue"/>
</xs:choice>
</xs:sequence>
</xs:complexType>
Content Element Detail (all declarations; defined within this component only; 3/3)
DomainSpecificValue
Type:
DomainSpecificValueType, complex content
Identifies the value to which the new response domain is attached by a reference to a specific value used by the response domain and the specific value.
XML Source (w/o annotations (1); see within schema source)
<xs:element ref="DomainSpecificValue"/>

r:CategoryReference
Type:
r:ReferenceType, complex content
Identifies the value to which the new response domain is attached by a references a specific Category within the CategoryDomain.
XML Source (w/o annotations (1); see within schema source)
<xs:element ref="r:CategoryReference"/>

r:CodeReference
Type:
r:ReferenceType, complex content
Identifies the value to which the new response domain is attached by a references a specific Code within the CodeDomain.
XML Source (w/o annotations (1); see within schema source)
<xs:element ref="r:CodeReference"/>

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