complexType "GeneralInstructionType"
Namespace:
Content:
complex, 7 attributes, 14 elements
Defined:
Includes:
definitions of 1 attribute, 3 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)
 = 
"true"
 = 
xs:boolean : "false"
   
>
   
Content: 
</...>
Content Model Elements (14):
OverriddenCodeReference, r:Agency, r:BasedOnObject, r:CommandCode, r:Description, r:ID, r:MaintainableObject, r:URN, r:UserAttributePair, r:UserID, r:Version, r:VersionRationale, r:VersionResponsibility, r:VersionResponsibilityReference
All Direct / Indirect Based Elements (1):
GeneralInstruction
Known Usage Locations
Annotation
Processing instructions that pertain to data collection or data processing overall such as handling of non-response to questions, imputation practices, suppression rules, etc. General instructions should be listed separately to allow for referencing of specific processes.
Type Definition Detail
Type Derivation Tree
r:AbstractIdentifiableType (extension)
      r:VersionableType (extension)
          GeneralInstructionType
XML Source (w/o annotations (5); see within schema source)
<xs:complexType name="GeneralInstructionType">
<xs:complexContent>
<xs:extension base="r:VersionableType">
<xs:sequence>
<xs:element minOccurs="0" ref="r:Description"/>
<xs:element maxOccurs="unbounded" minOccurs="0" ref="r:CommandCode"/>
<xs:element minOccurs="0" ref="OverriddenCodeReference"/>
</xs:sequence>
<xs:attribute default="false" name="isOverride" type="xs:boolean"/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
Attribute Detail (all declarations; defined within this component only; 1/7)
isOverride
Type:
xs:boolean, predefined
Use:
optional
If set to "true", indicates that this coding instruction overrides a more generally used process.
Attribute Value
Default:
"false"
XML Source (w/o annotations (1); see within schema source)
<xs:attribute default="false" name="isOverride" type="xs:boolean"/>
Content Element Detail (all declarations; defined within this component only; 3/14)
OverriddenCodeReference
Type:
r:ReferenceType, complex content
Used when attribute of the containing GeneralInstruction isOverride equals true. This element provides the reference to the GeneralInstruction being overridden by the use of this instruction. For example a special confidentiality process used for a select set of variables rather than the normal process.
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" ref="OverriddenCodeReference"/>

r:CommandCode
Type:
r:CommandCodeType, complex content
Structured information used by a system to process the instruction.
XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="unbounded" minOccurs="0" ref="r:CommandCode"/>

r:Description
Type:
r:StructuredStringType, complex content
A description of the general instruction. 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"/>

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