complexType "GeneralInstructionType"
Namespace: |
|
Content: |
|
Defined: |
|
Includes: |
|
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: |
(r:URN | (r:Agency, r:ID, r:Version))[1..2], r:UserID*, r:UserAttributePair*, (r:VersionResponsibility | r:VersionResponsibilityReference)?, r:VersionRationale?, r:BasedOnObject?, r:MaintainableObject?, r:Description?, r:CommandCode*, OverriddenCodeReference? |
|
</...> |
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):
-
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 GeneralInstructionType |
XML Source (w/o annotations (5); see within schema source)
<xs:complexType name="GeneralInstructionType"> <xs:complexContent> <xs:sequence> <xs:element maxOccurs="unbounded" minOccurs="0" ref="r:CommandCode"/> </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
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) -
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)
-
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"/> |
-
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)