complexType "BaseRecordLayoutType"
Namespace:
Content:
complex, 8 attributes, 14 elements
Abstract:
(cannot be assigned directly to elements used in instance XML documents)
Defined:
Includes:
definitions of 1 attribute, 2 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:boolean : "false"
 = 
"true"
 = 
("singleQuote" | "doubleQuote" | "none")
   
>
   
Content: 
</...>
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
      r:VersionableType (extension)
          BaseRecordLayoutType
XML Source (w/o annotations (4); see within schema source)
<xs:complexType abstract="true" name="BaseRecordLayoutType">
<xs:complexContent>
<xs:extension base="r:VersionableType">
<xs:sequence>
<xs:element ref="PhysicalStructureLinkReference"/>
<xs:element minOccurs="0" ref="EndOfLineMarker"/>
</xs:sequence>
<xs:attribute name="textQualifier" type="TextQualifierType" use="optional"/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
Attribute Detail (all declarations; defined within this component only; 1/8)
textQualifier
Type:
Use:
optional
Use for delimited files to designate the which text qualifier, if any, was used. Valid values include: singleQuote, doubleQuote, and none.
Attribute Value
enumeration of xs:string
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)
<xs:attribute name="textQualifier" type="TextQualifierType" use="optional"/>
Content Element Detail (all declarations; defined within this component only; 2/14)
EndOfLineMarker
Type:
r:CodeValueType, simple content
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
xs:string
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" ref="EndOfLineMarker"/>

PhysicalStructureLinkReference
Type:
Reference to the PhysicalStructure and the PhysicalSegment used by this Record Layout.
XML Source (w/o annotations (1); see within schema source)
<xs:element ref="PhysicalStructureLinkReference"/>

XML schema documentation generated with DocFlex/XML 1.12 using DocFlex/XML XSDDoc 2.9.0 template set