complexType "BaseRecordLayoutType"
Namespace: |
|
Content: |
|
Abstract: |
(cannot be assigned directly to elements used in instance XML documents) |
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" |
|
= |
("singleQuote" | "doubleQuote" | "none") |
|
|
> |
|
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?, PhysicalStructureLinkReference, EndOfLineMarker? |
|
</...> |
Content Model Elements (13):
-
EndOfLineMarker,
PhysicalStructureLinkReference,
r:Agency,
r:BasedOnObject,
r:ID,
r:MaintainableObject,
r:URN,
r:UserAttributePair,
r:UserID,
r:Version,
r:VersionRationale,
r:VersionResponsibility,
r:VersionResponsibilityReference
Known Direct Subtypes (6):
-
All Direct / Indirect Based Elements (7):
-
Known Usage Locations
Annotation
This type structures an abstract element which is used only as the head of a substitution group. It contains a reference to the Physical Structure that is available for use in all of the substitute RecordLayout structures.
Type Definition Detail
Type Derivation Tree BaseRecordLayoutType |
XML Source (w/o annotations (4); see within schema source)
<xs:complexType abstract="true" name="BaseRecordLayoutType"> <xs:complexContent> <xs:sequence> </xs:sequence> </xs:extension> </xs:complexContent> </xs:complexType> |
Attribute Detail (all declarations; defined within this component only; 1/7)
textQualifier-
Use for delimited files to designate the which text qualifier, if any, was used. Valid values include: singleQuote, doubleQuote, and none.
Attribute Value
Enumeration: |
"singleQuote" |
- |
Text strings are identified by the use of a single quote (') at each end of the string. |
"doubleQuote" |
- |
Text strings are identified by the use of a double quote (") at each end of the string. |
"none" |
- |
Text strings are not identified as such. |
|
XML Source (w/o annotations (1); see within schema source)
Content Element Detail (all declarations; defined within this component only; 2/13) -
Specifies the end-of-line (EOL) marker used in the file as produced. If no value is provided assume the use of a CRLF (carriage return and line feed). This is the common EOL for PC's. The common EOL in a Unix environment is LF. Some systems will automatically translate EOLs when a file is moved across systems. Common EOLs include: CR (carriage return), LF (line feed), CRLF, NEL (next line), VT (vertical tab), FF (form feed), LS (line separator) and PS (paragraph separator). See Part I documentation for more detailed information. This object supports the use of a controlled vocabulary. Use of a common controlled vocabulary is strongly recommended.
Simple Content
XML Source (w/o annotations (1); see within schema source)
-
Reference to the PhysicalStructure and the PhysicalSegment used by this Record Layout.
XML Source (w/o annotations (1); see within schema source)