complexType "ProcessingInstructionSchemeType"
Namespace:
Content:
complex, 9 attributes, 23 elements
Defined:
Includes:
definitions of 10 elements
Used:
XML Representation Summary
<...
   
 = 
("Add" | "Update" | "Delete")
 = 
(xs:string | xs:string)
 = 
("Agency" | "Maintainable") : "Agency"
 = 
xs:boolean
 = 
(xs:dateTime | xs:date | xs:gYearMonth | xs:gYear | xs:duration)
 = 
xs:anyURI
 = 
xs:boolean : "false"
 = 
xs:language
 = 
"true"
   
>
   
Content: 
</...>
Content Model Elements (23):
GeneralInstruction, GeneralInstructionReference, GenerationInstruction, GenerationInstructionReference, ProcessingInstructionGroup, ProcessingInstructionGroupReference, ProcessingInstructionSchemeName, ProcessingInstructionSchemeReference, r:Agency, r:BasedOnObject, r:Description, r:ID, r:Label, r:MetadataQuality, r:Note, r:Software, r:URN, r:UserAttributePair, r:UserID, r:Version, r:VersionRationale, r:VersionResponsibility, r:VersionResponsibilityReference
All Direct / Indirect Based Elements (1):
ProcessingInstructionScheme
Known Usage Locations
Annotation
A set of Processing Instructions (General and Generation Instructions) maintained by an agency. In addition to the standard name, label, and description allows for the inclusion of an existing ProcessingInstructionScheme by reference, and GeneralInstruction, GenerationInstruction, and ProcessingInstructionGroup descriptions either in-line or by reference.
Type Definition Detail
Type Derivation Tree
r:AbstractIdentifiableType (extension)
      r:AbstractMaintainableType (extension)
          r:MaintainableType (extension)
              ProcessingInstructionSchemeType
XML Source (w/o annotations (11); see within schema source)
<xs:complexType name="ProcessingInstructionSchemeType">
<xs:complexContent>
<xs:extension base="r:MaintainableType">
<xs:sequence>
<xs:element maxOccurs="unbounded" minOccurs="0" ref="ProcessingInstructionSchemeName"/>
<xs:element maxOccurs="unbounded" minOccurs="0" ref="r:Label"/>
<xs:element minOccurs="0" ref="r:Description"/>
<xs:element maxOccurs="unbounded" minOccurs="0" ref="ProcessingInstructionSchemeReference"/>
<xs:choice maxOccurs="unbounded" minOccurs="0">
<xs:element ref="GeneralInstruction"/>
<xs:element ref="GeneralInstructionReference"/>
</xs:choice>
<xs:choice maxOccurs="unbounded" minOccurs="0">
<xs:element ref="GenerationInstruction"/>
<xs:element ref="GenerationInstructionReference"/>
</xs:choice>
<xs:choice maxOccurs="unbounded" minOccurs="0">
<xs:element ref="ProcessingInstructionGroup"/>
</xs:choice>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
Content Element Detail (all declarations; defined within this component only; 10/23)
GeneralInstruction
Type:
GeneralInstructionType, complex content
A General Instruction described in the Processing Instruction Scheme.
XML Source (w/o annotations (1); see within schema source)
<xs:element ref="GeneralInstruction"/>

GeneralInstructionReference
Type:
r:ReferenceType, complex content
A General Instruction include by reference in the Processing Instruction Scheme.
XML Source (w/o annotations (1); see within schema source)
<xs:element ref="GeneralInstructionReference"/>

GenerationInstruction
Type:
GenerationInstructionType, complex content
A Generation Instruction described in the Processing Instruction Scheme.
XML Source (w/o annotations (1); see within schema source)
<xs:element ref="GenerationInstruction"/>

GenerationInstructionReference
Type:
r:ReferenceType, complex content
A Generation Instruction include by reference in the Processing Instruction Scheme.
XML Source (w/o annotations (1); see within schema source)
<xs:element ref="GenerationInstructionReference"/>

ProcessingInstructionGroup
Type:
A description of a group of ProcessingInstructions for administrative or conceptual purposes.
XML Source (w/o annotations (1); see within schema source)
<xs:element ref="ProcessingInstructionGroup"/>

ProcessingInstructionGroupReference
Type:
r:ReferenceType, complex content
A Processing Instruction Group included in the scheme by reference.
XML Source (w/o annotations (1); see within schema source)

ProcessingInstructionSchemeName
Type:
r:NameType, complex content
A name for the ProcessingInstructionScheme. May be expressed in multiple languages. Repeat the element to express names with different content, for example different names for different systems.
XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="unbounded" minOccurs="0" ref="ProcessingInstructionSchemeName"/>

ProcessingInstructionSchemeReference
Type:
r:SchemeReferenceType, complex content
Reference to an existing ProcessingInstructionScheme for inclusion.
XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="unbounded" minOccurs="0" ref="ProcessingInstructionSchemeReference"/>

r:Description
Type:
r:StructuredStringType, complex content
A description of the ProcessingInstructionScheme. May be expressed in multiple languages and supports the use of structured content.
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" ref="r:Description"/>

r:Label
Type:
r:LabelType, complex content
A display label for the ProcessingInstructionScheme. May be expressed in multiple languages. Repeat for labels with different content, for example, labels with differing length limitations.
XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="unbounded" minOccurs="0" ref="r:Label"/>

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