DDI 3.1 XML Schema Documentation (2009-10-18)
© DDI Alliance 2009 - licensed under the terms of the GNU Lesser General Public License
complexType "LocalHoldingPackageType"
Namespace:
Content:
complex, 11 attributes, 6 elements
Defined:
globally in group.xsd, see XML source
Includes:
definitions of 3 elements
Used:
XML Representation Summary
<...
    action
 = 
("Add" | "Update" | "Delete")
    agency
 = 
xs:NCName
    externalReferenceDefaultURI
 = 
xs:anyURI
    id
 = 
xs:string
    isMaintainable
 = 
"true"
    isPublished
 = 
xs:boolean : "false"
    objectSource
 = 
xs:anyURI
    urn
 = 
xs:anyURI
    version
 = 
xs:string
    versionDate
 = 
(xs:dateTime | xs:date | xs:gYearMonth | xs:gYear | xs:duration)
    xml:lang
 = 
xs:language
    >
   
Content: 
UserID*, VersionResponsibility?, VersionRationale*, (DepositoryStudyUnitReference | DepositoryGroupReference), LocalAddedContent
</...>
Content Model Elements (6):
All Direct / Indirect Based Elements (1):
Known Usage Locations
Annotation
Allows a depository to hold the contents of a DDI StudyUnit, Group, or ResourcePackage as received while providing locally created value added material and processing information without having to alter the maintenance agency or version of the original material.
Type Definition Detail
Type Derivation Tree
      r:AbstractMaintainableType (extension)
          r:MaintainableType (extension)
              LocalHoldingPackageType (extension)
XML Source (w/o annotations (1); see within schema source)
<xs:complexType name="LocalHoldingPackageType">
<xs:complexContent>
<xs:extension base="r:MaintainableType">
<xs:sequence>
<xs:choice>
<xs:element ref="DepositoryStudyUnitReference"/>
<xs:element ref="DepositoryGroupReference"/>
</xs:choice>
<xs:element ref="LocalAddedContent"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
Content Element Detail (defined in this component only; 3/6)
DepositoryGroupReference
Type:
r:ReferenceType, complex content
XML Source (see within schema source)
<xs:element ref="DepositoryGroupReference"/>

DepositoryStudyUnitReference
Type:
r:ReferenceType, complex content
XML Source (see within schema source)
<xs:element ref="DepositoryStudyUnitReference"/>

LocalAddedContent
Type:
s:StudyUnitType, complex content
XML Source (see within schema source)
<xs:element ref="LocalAddedContent"/>

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