complexType "LocalAddedContentType"
Namespace:
Content:
complex, 7 elements
Defined:
globally in group.xsd; see XML source
Includes:
definitions of 7 elements
Used:
XML Representation Summary
<...>
   
Content: 
</...>
All Direct / Indirect Based Elements (1):
Known Usage Locations
Annotation
Allows a depository to provide locally created value added material and processing information in the appropriate packaging structure and to designate the relationship of added material to the original by means of a content map. The content maps indicates if the added material should Override, act as AddedContent, or DeleteContent in the original deposited material. The material is expressed in the structure of either a StudyUnit, Group, or ResourcePackage within a local content structure.
XML Source (w/o annotations (8); see within schema source)
<xs:complexType name="LocalAddedContentType">
<xs:sequence>
<xs:element ref="ContentLinkingMap"/>
<xs:choice maxOccurs="unbounded" minOccurs="0">
<xs:element ref="LocalStudyUnitContent"/>
<xs:element ref="LocalStudyUnitContentReference"/>
</xs:choice>
<xs:choice maxOccurs="unbounded" minOccurs="0">
<xs:element ref="LocalGroupContent"/>
<xs:element ref="LocalGroupContentReference"/>
</xs:choice>
<xs:choice maxOccurs="unbounded" minOccurs="0">
<xs:element ref="LocalResourcePackageContent"/>
</xs:choice>
</xs:sequence>
</xs:complexType>
Content Element Detail (all declarations; defined within this component only; 7/7)
ContentLinkingMap
Type:
ContentLinkingMapType, complex content
Contains a stack of links from the LocalAddedContent to the Depository content and provides instructions regarding the relationship between the local added content and the deposited content.
XML Source (w/o annotations (1); see within schema source)
<xs:element ref="ContentLinkingMap"/>

LocalGroupContent
Type:
GroupType, complex content
Local Content using the Group structure.
XML Source (w/o annotations (1); see within schema source)
<xs:element ref="LocalGroupContent"/>

LocalGroupContentReference
Type:
r:ReferenceType, complex content
Reference to Local Content using the Group structure. TypeOfObject should be set to Group.
XML Source (w/o annotations (1); see within schema source)
<xs:element ref="LocalGroupContentReference"/>

LocalResourcePackageContent
Type:
ResourcePackageType, complex content
Local Content using the ResourcePackage structure.
XML Source (w/o annotations (1); see within schema source)
<xs:element ref="LocalResourcePackageContent"/>

LocalResourcePackageContentReference
Type:
r:ReferenceType, complex content
Reference to Local Content using the ResourcePackage structure. TypeOfObject should be set to ResourcePackage.
XML Source (w/o annotations (1); see within schema source)

LocalStudyUnitContent
Type:
s:StudyUnitType, complex content
Local Content using the StudyUnit structure.
XML Source (w/o annotations (1); see within schema source)
<xs:element ref="LocalStudyUnitContent"/>

LocalStudyUnitContentReference
Type:
r:ReferenceType, complex content
Reference to Local Content using the StudyUnit structure. TypeOfObject should be set to StudyUnit.
XML Source (w/o annotations (1); see within schema source)
<xs:element ref="LocalStudyUnitContentReference"/>

XML schema documentation generated with DocFlex/XML 1.12 using DocFlex/XML XSDDoc 2.9.0 template set