complexType "ResourcePackageArchiveType"
Namespace:
Content:
complex, 2 elements
Defined:
globally in group.xsd; see XML source
Includes:
definitions of 2 elements
Used:
XML Representation Summary
<...>
   
Content: 
</...>
Content Model Elements (2):
a:Archive, r:ArchiveReference
All Direct / Indirect Based Elements (1):
ResourcePackageArchive
Known Usage Locations
Annotation
This is archive information specific to the creation, maintenance, and archiving of the ResourcePackage provided either in-line or by reference. This packaging element differentiates this "Archive" from one being published as a product within a ResourcePackage.
XML Source (w/o annotations (3); see within schema source)
<xs:complexType name="ResourcePackageArchiveType">
<xs:sequence>
<xs:choice maxOccurs="unbounded" minOccurs="0">
<xs:element ref="a:Archive"/>
<xs:element ref="r:ArchiveReference"/>
</xs:choice>
</xs:sequence>
</xs:complexType>
Content Element Detail (all declarations; defined within this component only; 2/2)
a:Archive
Type:
a:ArchiveType, complex content
Allows for in-line entry of an Archive related to the creation and maintenance of the ResourcePackage.
XML Source (w/o annotations (1); see within schema source)
<xs:element ref="a:Archive"/>

r:ArchiveReference
Type:
r:ReferenceType, complex content
Allows for inclusion of an Archive by reference.
XML Source (w/o annotations (1); see within schema source)
<xs:element ref="r:ArchiveReference"/>

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