PhysicalSegmentLayout

Fully qualified class name: DDICDIModels::DDICDILibrary::Classes::FormatDescription::PhysicalSegmentLayout

Definition

Used as an extension point in the description of the different layout styles of data structure descriptions.

Examples

Examples include unit segment layouts, event data layouts, and cube layouts (e.g. summary data).

Explanatory notes

A physical segment layout is a physical description (e.g. unit segment layout) of the associated logical record Layout consisting of a collection of value mappings describing the physical interrelationship of each related value mapping and associated instance variable.

Diagram

Inheritance
FormatDescription::PhysicalSegmentLayout
Attributes

Name

Inherited from

Description

Data Type

Multiplicity

Default value

allowsDuplicates

- own class -

If value is False, the members are unique within the collection - if True, there may be duplicates. (Note that a mathematical “bag” permits duplicates and is unordered - a “set” does not have duplicates and may be ordered.)

Boolean

1..1

arrayBase

- own class -

The starting value for the numbering of cells, rows, columns, etc. when they constitute an ordered sequence (an array). Note that in DDI, this is typically either 0 or 1. In related W3C work (Model for Tabular Data and Metadata on the Web), they appear to standardize on 1 (see https://www.w3.org/TR/tabular-data-model/ 4.3 [Columns] and 4.4 [Rows]: “number - the position of the column amongst the columns for the associated table, starting from 1.”)

Integer

0..1

catalogDetails

- own class -

Bundles the information useful for a data catalog entry.

Examples would be creator, contributor, title, copyright, embargo, and license information

A set of information useful for attribution, data discovery, and access. This is information that is tied to the identity of the object. If this information changes the version of the associated object changes.

CatalogDetails

0..1

commentPrefix

- own class -

A string used to indicate that an input line is a comment, a string which precedes a comment in the data file. From https://www.w3.org/TR/tabular-metadata/ 5.9 Dialect commentPrefix: ‘An atomic property that sets the comment prefix flag to the single provided value, which MUST be a string. The default is “#”.’

String

0..1

delimiter

- own class -

The Delimiting character in the data. Must be used if isDelimited is True. “The separator between cells, set by the delimiter property of a dialect description. The default is ,. See the W3C Recommendation “Metadata Vocabulary for Tabular Data” (https://www.w3.org/TR/tabular-data-model/#encoding). From the “CSV Dialect” specification (https://specs.frictionlessdata.io/csv-dialect/#specification): “delimiter: specifies a one-character string to use as the field separator. Default = ,.”

String

0..1

,

encoding

- own class -

The character encoding of the represented data. From the W3C Recommendation “Metadata Vocabulary for Tabular Data” (https://www.w3.org/TR/tabular-metadata/) 5.9 Dialect: “encoding - An atomic property that sets the encoding flag to the single provided string value, which MUST be a defined in [encoding]. The default is ‘utf-8’.” From the same W3C recommendation 7.2 Encoding: “CSV files should be encoded using UTF-8, and should be in Unicode Normal Form C as defined in [UAX15]. If a CSV file is not encoded using UTF-8, the encoding should be specified through the charset parameter in the Content-Type header.”

ControlledVocabularyEntry

0..1

escapeCharacter

- own class -

“The string that is used to escape the quote character within escaped cells, or null” see https://www.w3.org/TR/tabular-data-model/#encoding. From https://www.w3.org/TR/tabular-metadata/ 5.9 Dialect “doubleQuote: A boolean atomic property that, if true, sets the escape character flag to “. If false, to . The default is true.” From http://specs.frictionlessdata.io/csv-dialect/ “doubleQuote: controls the handling of quotes inside fields. If true, two consecutive quotes should be interpreted as one. Default = true”.

String

0..1

True

hasHeader

- own class -

True if the file contains a header containing column names. From https://www.w3.org/TR/tabular-metadata/ 5.9 Dialect “header: A boolean atomic property that, if true, sets the header row count flag to 1, and if false to 0, unless headerRowCount is provided, in which case the value provided for the header property is ignored. The default is true.” From http://specs.frictionlessdata.io/csv-dialect/ “header: indicates whether the file includes a header row. If true the first row in the file is a header row, not data. Default = true”.

Boolean

0..1

true

headerIsCaseSensitive

- own class -

If True, the case of the labels in the header is significant. From the “CSV Dialect” specification (http://specs.frictionlessdata.io/csv-dialect/): “caseSensitiveHeader: indicates that case in the header is meaningful. For example, columns CAT and Cat should not be equated. Default = false.”

Boolean

0..1

false

headerRowCount

- own class -

The number of lines in the header From https://www.w3.org/TR/tabular-metadata/ 5.9 Dialect “headerRowCount: A numeric atomic property that sets the header row count flag to the single provided value, which MUST be a non-negative integer. The default is 1.”

Integer

0..1

1

identifier

- own class -

Identifier for objects requiring short- or long-lasting referencing and management.

Identifier

0..1

isDelimited

- own class -

Indicates whether the data are in a delimited format. If “true,” the format is delimited, and the isFixedWidth property must be set to “false.” If not set to “true,” the property isFixedWitdh must be set to “true.”

Boolean

1..1

isFixedWidth

- own class -

Set to true if the file is fixed-width. If true, isDelimited must be set to false.

Boolean

1..1

lineTerminator

- own class -

The strings that can be used at the end of a row, set by the lineTerminators property of a dialect description. The default is [CRLF, LF]. See the W3C Recommendation “Metadata Vocabulary for Tabular Data” (https://www.w3.org/TR/tabular-data-model/#encoding) 5.9 Dialect “lineTerminators: An atomic property that sets the line terminators flag to either an array containing the single provided string value, or the provided array. The default is [‘rn’, ‘n’].” Also, from the “CSV Dialect” specification (http://specs.frictionlessdata.io/csv-dialect/): “lineTerminator: specifies the character sequence which should terminate rows. Default = rn.”

String

0..*

[CRLF, LF]

name

- own class -

A linguistic signifier. Human understandable name (word, phrase, or mnemonic) that reflects the ISO/IEC 11179-5 naming principles. If more than one name is provided provide a context to differentiate usage.

ObjectName

0..*

nullSequence

- own class -

A string indicating a null value. From the W3C Recommendation “Metadata Vocabulary for Tabular Data” (https://www.w3.org/TR/tabular-metadata/) 4.3: “null: the string or strings which cause the value of cells having string value matching any of these values to be null.” From the same source, Inherited 5.7: “null: An atomic property giving the string or strings used for null values within the data. If the string value of the cell is equal to any one of these values, the cell value is null. See Parsing Cells in [tabular-data-model] for more details. If not specified, the default for the null property is the empty string ‘’. The value of this property becomes the null annotation for the described column.”

String

0..1

overview

- own class -

Short natural language account of the information obtained from the combination of properties and relationships associated with an object.

InternationalString

0..1

purpose

- own class -

Intent or reason for the object/the description of the object.

InternationalString

0..1

quoteCharacter

- own class -

“The string that is used around escaped cells, or null, set by the quoteChar property of a dialect description. The default is “.”. See W3C Recommendation “Model for Tabular Data and Metadata on the Web”, https://www.w3.org/TR/tabular-data-model/#parsing. From the W3C Recommendation “Metadata Vocabulary for Tabular Data” (https://www.w3.org/TR/tabular-metadata/) 5.9 Dialect: “quoteChar: An atomic property that sets the quote character flag to the single provided value, which MUST be a string or null. If the value is null, the escape character flag is also set to null. The default is ‘”’.” From the CSV Dialect specification (http://specs.frictionlessdata.io/csv-dialect/): “quoteChar: specifies a one-character string to use as the quoting character. Default = “.”

String

0..1

skipBlankRows

- own class -

If the value is True, blank rows are ignored. From the W3C Recommendation “Metadata Vocabulary for Tabular Data” (https://www.w3.org/TR/tabular-metadata/) 5.9 Dialect: “skipBlankRows: A boolean atomic property that sets the skip blank rows flag to the single provided boolean value. The default is false.”

Boolean

0..1

false

skipDataColumns

- own class -

The number of columns to skip at the beginning of the row. From the W3C Recommendation “Metadata Vocabulary for Tabular Data” (https://www.w3.org/TR/tabular-metadata/) 5.9 Dialect: “skipColumns: A numeric atomic property that sets the skip columns flag to the single provided numeric value, which MUST be a non-negative integer. The default is 0.” A value other than 0 will mean that the source numbers of columns will be different from their numbers.

Integer

0..1

0

skipInitialSpace

- own class -

If the value is True, skip whitespace at the beginning of a line or following a delimiter. From the W3C Recommendation “Metadata Vocabulary for Tabular Data” (https://www.w3.org/TR/tabular-metadata/) 5.9 Dialect: “skipInitialSpace: A boolean atomic property that, if true, sets the trim flag to ‘start’ and if false, to false. If the trim property is provided, the skipInitialSpace property is ignored. The default is false.” From the CSV Dialect specification (http://specs.frictionlessdata.io/csv-dialect/): “skipInitialSpace: specifies how to interpret whitespace which immediately follows a delimiter; if false, it means that whitespace immediately after a delimiter should be treated as part of the following field. Default = true.”

Boolean

0..1

true

skipRows

- own class -

Number of input rows to skip preceding the header or data. From the W3C Recommendation “Metadata Vocabulary for Tabular Data” (https://www.w3.org/TR/tabular-metadata/) 5.9 Dialect: “skipRows: A numeric atomic property that sets the skip rows flag to the single provided numeric value, which MUST be a non-negative integer. The default is 0.” A value greater than 0 will mean that the source numbers of rows will be different from their numbers.

Integer

0..1

0

tableDirection

- own class -

Indicates the direction in which columns are arranged in each row. From the W3C Recommendation “Metadata Vocabulary for Tabular Data” (https://www.w3.org/TR/tabular-metadata/) 5.3.2: “tableDirection: An atomic property that MUST have a single string value that is one of ‘rtl’, ‘ltr’, or ‘auto’. Indicates whether the tables in the group should be displayed with the first column on the right, on the left, or based on the first character in the table that has a specific direction. The value of this property becomes the value of the table direction annotation for all the tables in the table group. See Bidirectional Tables in [tabular-data-model] for details. The default value for this property is ‘auto’.”

TableDirectionValues

0..1

“Auto”

textDirection

- own class -

Indicates the reading order of text within cells. From the W3C Recommendation “Metadata Vocabulary for Tabular Data” (https://www.w3.org/TR/tabular-metadata/) Inherited 5.7: “textDirection: An atomic property that MUST have a single string value that is one of ‘ltr’, ‘rtl’, ‘auto’ or ‘inherit’ (the default). Indicates whether the text within cells should be displayed as left-to-right text (ltr), as right-to-left text (rtl), according to the content of the cell (auto) or in the direction inherited from the table direction annotation of the table. The value of this property determines the text direction annotation for the column, and the text direction annotation for the cells within that column: if the value is inherit then the value of the text direction annotation is the value of the table direction annotation on the table, otherwise it is the value of this property. See Bidirectional Tables in [tabular-data-model] for details.”

TextDirectionValues

0..1

treatConsecutiveDelimitersAsOne

- own class -

If the value is True, consecutive (adjacent) delimiters are treated as a single delimiter; if the value is False consecutive (adjacent) delimiters indicate a missing value.

Boolean

0..1

trim

- own class -

Specifies which spaces to remove from a data value (start, end, both, neither) From the W3C Recommendation “Metadata Vocabulary for Tabular Data” (https://www.w3.org/TR/tabular-metadata/) 5.9 Dialect: “trim: An atomic property that, if the boolean true, sets the trim flag to true and if the boolean false to false. If the value provided is a string, sets the trim flag to the provided value, which MUST be one of ‘true’, ‘false’, ‘start’, or ‘end’. The default is true.”

TrimValues

0..1

True

Associations

Direction

Association

Description

Multiplicity of PhysicalSegmentLayout

Package of Other Class

Other Class

Multiplicity of other class

Aggregation Kind

Inherited from

to

InstanceVariable has PhysicalSegmentLayout

0..*

Conceptual

InstanceVariable

0..*

shared

- own class -

from

PhysicalSegmentLayout isDefinedBy Concept

The conceptual basis for the collection of members.

0..*

Conceptual

Concept

0..*

none

- own class -

to

PhysicalLayoutRelationStructure structures PhysicalSegmentLayout

0..1

- own package -

PhysicalLayoutRelationStructure

0..*

none

- own class -

to

PhysicalRecordSegment has PhysicalSegmentLayout

0..1

- own package -

PhysicalRecordSegment

0..*

none

- own class -

from

PhysicalSegmentLayout formats LogicalRecord

Logical record physically represented by the physical layout.

0..*

- own package -

LogicalRecord

0..1

none

- own class -

from

PhysicalSegmentLayout has ValueMapping

0..*

- own package -

ValueMapping

0..*

shared

- own class -

from

PhysicalSegmentLayout has ValueMappingPosition

1..1

- own package -

ValueMappingPosition

0..*

composite

- own class -

Syntax representations / encodings

All syntax representations except the Canonical XMI are provided as reference points for specific implementations, or for use as defaults if sufficient in the form presented.

Fragment for the class PhysicalSegmentLayout (entire model as XMI)

  1<packagedElement xmlns:StandardProfile="http://www.eclipse.org/uml2/5.0.0/UML/Profile/Standard"
  2                 xmlns:uml="http://www.eclipse.org/uml2/5.0.0/UML"
  3                 xmlns:xmi="http://www.omg.org/spec/XMI/20131001"
  4                 xmi:id="DDICDIModels-DDICDILibrary-Classes-FormatDescription-PhysicalSegmentLayout"
  5                 xmi:uuid="http://ddialliance.org/Specification/DDI-CDI/1.0/XMI/#PhysicalSegmentLayout"
  6                 xmi:type="uml:Class">
  7   <ownedComment xmi:id="DDICDIModels-DDICDILibrary-Classes-FormatDescription-PhysicalSegmentLayout-ownedComment"
  8                 xmi:uuid="http://ddialliance.org/Specification/DDI-CDI/1.0/XMI/#PhysicalSegmentLayout-ownedComment"
  9                 xmi:type="uml:Comment">
 10      <annotatedElement xmi:idref="DDICDIModels-DDICDILibrary-Classes-FormatDescription-PhysicalSegmentLayout"/>
 11      <body>Definition 
 12============ 
 13Used as an extension point in the description of the different layout styles of data structure descriptions.  
 14
 15Examples 
 16========== 
 17Examples include unit segment layouts, event data layouts, and cube layouts (e.g. summary data).  
 18
 19Explanatory notes 
 20=================== 
 21A physical segment layout is a physical description (e.g. unit segment layout) of the associated logical record Layout consisting of a collection of value mappings describing the physical interrelationship of each related value mapping and associated instance variable.</body>
 22   </ownedComment>
 23   <name>PhysicalSegmentLayout</name>
 24   <ownedAttribute xmi:id="DDICDIModels-DDICDILibrary-Classes-FormatDescription-PhysicalSegmentLayout-allowsDuplicates"
 25                   xmi:uuid="http://ddialliance.org/Specification/DDI-CDI/1.0/XMI/#PhysicalSegmentLayout-allowsDuplicates"
 26                   xmi:type="uml:Property">
 27      <ownedComment xmi:id="DDICDIModels-DDICDILibrary-Classes-FormatDescription-PhysicalSegmentLayout-allowsDuplicates-ownedComment"
 28                    xmi:uuid="http://ddialliance.org/Specification/DDI-CDI/1.0/XMI/#PhysicalSegmentLayout-allowsDuplicates-ownedComment"
 29                    xmi:type="uml:Comment">
 30         <annotatedElement xmi:idref="DDICDIModels-DDICDILibrary-Classes-FormatDescription-PhysicalSegmentLayout-allowsDuplicates"/>
 31         <body>If value is False, the members are unique within the collection - if True, there may be duplicates. (Note that a mathematical “bag” permits duplicates and is unordered - a “set” does not have duplicates and may be ordered.)</body>
 32      </ownedComment>
 33      <lowerValue xmi:id="DDICDIModels-DDICDILibrary-Classes-FormatDescription-PhysicalSegmentLayout-allowsDuplicates-lowerValue"
 34                  xmi:uuid="http://ddialliance.org/Specification/DDI-CDI/1.0/XMI/#PhysicalSegmentLayout-allowsDuplicates-lowerValue"
 35                  xmi:type="uml:LiteralInteger">
 36         <value>1</value>
 37      </lowerValue>
 38      <upperValue xmi:id="DDICDIModels-DDICDILibrary-Classes-FormatDescription-PhysicalSegmentLayout-allowsDuplicates-upperValue"
 39                  xmi:uuid="http://ddialliance.org/Specification/DDI-CDI/1.0/XMI/#PhysicalSegmentLayout-allowsDuplicates-upperValue"
 40                  xmi:type="uml:LiteralUnlimitedNatural">
 41         <value>1</value>
 42      </upperValue>
 43      <name>allowsDuplicates</name>
 44      <type href="http://www.eclipse.org/uml2/5.0.0/UML/PrimitiveTypes.xmi#Boolean"
 45            xmi:type="uml:PrimitiveType"/>
 46   </ownedAttribute>
 47   <ownedAttribute xmi:id="DDICDIModels-DDICDILibrary-Classes-FormatDescription-PhysicalSegmentLayout-arrayBase"
 48                   xmi:uuid="http://ddialliance.org/Specification/DDI-CDI/1.0/XMI/#PhysicalSegmentLayout-arrayBase"
 49                   xmi:type="uml:Property">
 50      <ownedComment xmi:id="DDICDIModels-DDICDILibrary-Classes-FormatDescription-PhysicalSegmentLayout-arrayBase-ownedComment"
 51                    xmi:uuid="http://ddialliance.org/Specification/DDI-CDI/1.0/XMI/#PhysicalSegmentLayout-arrayBase-ownedComment"
 52                    xmi:type="uml:Comment">
 53         <annotatedElement xmi:idref="DDICDIModels-DDICDILibrary-Classes-FormatDescription-PhysicalSegmentLayout-arrayBase"/>
 54         <body>The starting value for the numbering of cells, rows, columns, etc. when they constitute an ordered sequence (an array). Note that in DDI, this is typically either 0 or 1. In related W3C work (Model for Tabular Data and Metadata on the Web), they appear to standardize on 1 (see https://www.w3.org/TR/tabular-data-model/ 4.3 [Columns] and 4.4 [Rows]: "number - the position of the column amongst the columns for the associated table, starting from 1.")</body>
 55      </ownedComment>
 56      <lowerValue xmi:id="DDICDIModels-DDICDILibrary-Classes-FormatDescription-PhysicalSegmentLayout-arrayBase-lowerValue"
 57                  xmi:uuid="http://ddialliance.org/Specification/DDI-CDI/1.0/XMI/#PhysicalSegmentLayout-arrayBase-lowerValue"
 58                  xmi:type="uml:LiteralInteger"/>
 59      <upperValue xmi:id="DDICDIModels-DDICDILibrary-Classes-FormatDescription-PhysicalSegmentLayout-arrayBase-upperValue"
 60                  xmi:uuid="http://ddialliance.org/Specification/DDI-CDI/1.0/XMI/#PhysicalSegmentLayout-arrayBase-upperValue"
 61                  xmi:type="uml:LiteralUnlimitedNatural">
 62         <value>1</value>
 63      </upperValue>
 64      <name>arrayBase</name>
 65      <type href="http://www.eclipse.org/uml2/5.0.0/UML/PrimitiveTypes.xmi#Integer"
 66            xmi:type="uml:PrimitiveType"/>
 67   </ownedAttribute>
 68   <ownedAttribute xmi:id="DDICDIModels-DDICDILibrary-Classes-FormatDescription-PhysicalSegmentLayout-catalogDetails"
 69                   xmi:uuid="http://ddialliance.org/Specification/DDI-CDI/1.0/XMI/#PhysicalSegmentLayout-catalogDetails"
 70                   xmi:type="uml:Property">
 71      <ownedComment xmi:id="DDICDIModels-DDICDILibrary-Classes-FormatDescription-PhysicalSegmentLayout-catalogDetails-ownedComment"
 72                    xmi:uuid="http://ddialliance.org/Specification/DDI-CDI/1.0/XMI/#PhysicalSegmentLayout-catalogDetails-ownedComment"
 73                    xmi:type="uml:Comment">
 74         <annotatedElement xmi:idref="DDICDIModels-DDICDILibrary-Classes-FormatDescription-PhysicalSegmentLayout-catalogDetails"/>
 75         <body>Bundles the information useful for a data catalog entry. 
 76
 77Examples would be creator, contributor, title, copyright, embargo, and license information
 78
 79A set of information useful for attribution, data discovery, and access.
 80This is information that is tied to the identity of the object. If this information changes the version of the associated object changes.</body>
 81      </ownedComment>
 82      <lowerValue xmi:id="DDICDIModels-DDICDILibrary-Classes-FormatDescription-PhysicalSegmentLayout-catalogDetails-lowerValue"
 83                  xmi:uuid="http://ddialliance.org/Specification/DDI-CDI/1.0/XMI/#PhysicalSegmentLayout-catalogDetails-lowerValue"
 84                  xmi:type="uml:LiteralInteger"/>
 85      <upperValue xmi:id="DDICDIModels-DDICDILibrary-Classes-FormatDescription-PhysicalSegmentLayout-catalogDetails-upperValue"
 86                  xmi:uuid="http://ddialliance.org/Specification/DDI-CDI/1.0/XMI/#PhysicalSegmentLayout-catalogDetails-upperValue"
 87                  xmi:type="uml:LiteralUnlimitedNatural">
 88         <value>1</value>
 89      </upperValue>
 90      <name>catalogDetails</name>
 91      <type xmi:idref="DDICDIModels-DDICDILibrary-DataTypes-StructuredDataTypes-CatalogDetails"/>
 92   </ownedAttribute>
 93   <ownedAttribute xmi:id="DDICDIModels-DDICDILibrary-Classes-FormatDescription-PhysicalSegmentLayout-commentPrefix"
 94                   xmi:uuid="http://ddialliance.org/Specification/DDI-CDI/1.0/XMI/#PhysicalSegmentLayout-commentPrefix"
 95                   xmi:type="uml:Property">
 96      <ownedComment xmi:id="DDICDIModels-DDICDILibrary-Classes-FormatDescription-PhysicalSegmentLayout-commentPrefix-ownedComment"
 97                    xmi:uuid="http://ddialliance.org/Specification/DDI-CDI/1.0/XMI/#PhysicalSegmentLayout-commentPrefix-ownedComment"
 98                    xmi:type="uml:Comment">
 99         <annotatedElement xmi:idref="DDICDIModels-DDICDILibrary-Classes-FormatDescription-PhysicalSegmentLayout-commentPrefix"/>
100         <body>A string used to indicate that an input line is a comment, a string which precedes a comment in the data file. From https://www.w3.org/TR/tabular-metadata/ 5.9 Dialect  commentPrefix: 'An atomic property that sets the comment prefix flag to the single provided value, which MUST be a string. The default is "#".'</body>
101      </ownedComment>
102      <lowerValue xmi:id="DDICDIModels-DDICDILibrary-Classes-FormatDescription-PhysicalSegmentLayout-commentPrefix-lowerValue"
103                  xmi:uuid="http://ddialliance.org/Specification/DDI-CDI/1.0/XMI/#PhysicalSegmentLayout-commentPrefix-lowerValue"
104                  xmi:type="uml:LiteralInteger"/>
105      <upperValue xmi:id="DDICDIModels-DDICDILibrary-Classes-FormatDescription-PhysicalSegmentLayout-commentPrefix-upperValue"
106                  xmi:uuid="http://ddialliance.org/Specification/DDI-CDI/1.0/XMI/#PhysicalSegmentLayout-commentPrefix-upperValue"
107                  xmi:type="uml:LiteralUnlimitedNatural">
108         <value>1</value>
109      </upperValue>
110      <name>commentPrefix</name>
111      <type href="http://www.eclipse.org/uml2/5.0.0/UML/PrimitiveTypes.xmi#String"
112            xmi:type="uml:PrimitiveType"/>
113   </ownedAttribute>
114   <ownedAttribute xmi:id="DDICDIModels-DDICDILibrary-Classes-FormatDescription-PhysicalSegmentLayout-delimiter"
115                   xmi:uuid="http://ddialliance.org/Specification/DDI-CDI/1.0/XMI/#PhysicalSegmentLayout-delimiter"
116                   xmi:type="uml:Property">
117      <ownedComment xmi:id="DDICDIModels-DDICDILibrary-Classes-FormatDescription-PhysicalSegmentLayout-delimiter-ownedComment"
118                    xmi:uuid="http://ddialliance.org/Specification/DDI-CDI/1.0/XMI/#PhysicalSegmentLayout-delimiter-ownedComment"
119                    xmi:type="uml:Comment">
120         <annotatedElement xmi:idref="DDICDIModels-DDICDILibrary-Classes-FormatDescription-PhysicalSegmentLayout-delimiter"/>
121         <body>The Delimiting character in the data. Must be used if isDelimited is True. "The separator between cells, set by the delimiter property of a dialect description. The default is ,. See the W3C Recommendation "Metadata Vocabulary for Tabular Data" (https://www.w3.org/TR/tabular-data-model/#encoding). From the "CSV Dialect" specification (https://specs.frictionlessdata.io/csv-dialect/#specification): "delimiter: specifies a one-character string to use as the field separator. Default = ,."</body>
122      </ownedComment>
123      <lowerValue xmi:id="DDICDIModels-DDICDILibrary-Classes-FormatDescription-PhysicalSegmentLayout-delimiter-lowerValue"
124                  xmi:uuid="http://ddialliance.org/Specification/DDI-CDI/1.0/XMI/#PhysicalSegmentLayout-delimiter-lowerValue"
125                  xmi:type="uml:LiteralInteger"/>
126      <upperValue xmi:id="DDICDIModels-DDICDILibrary-Classes-FormatDescription-PhysicalSegmentLayout-delimiter-upperValue"
127                  xmi:uuid="http://ddialliance.org/Specification/DDI-CDI/1.0/XMI/#PhysicalSegmentLayout-delimiter-upperValue"
128                  xmi:type="uml:LiteralUnlimitedNatural">
129         <value>1</value>
130      </upperValue>
131      <name>delimiter</name>
132      <defaultValue xmi:id="DDICDIModels-DDICDILibrary-Classes-FormatDescription-PhysicalSegmentLayout-delimiter-defaultValue"
133                    xmi:uuid="http://ddialliance.org/Specification/DDI-CDI/1.0/XMI/#PhysicalSegmentLayout-delimiter-defaultValue"
134                    xmi:type="uml:LiteralString">
135         <value>,</value>
136      </defaultValue>
137      <type href="http://www.eclipse.org/uml2/5.0.0/UML/PrimitiveTypes.xmi#String"
138            xmi:type="uml:PrimitiveType"/>
139   </ownedAttribute>
140   <ownedAttribute xmi:id="DDICDIModels-DDICDILibrary-Classes-FormatDescription-PhysicalSegmentLayout-encoding"
141                   xmi:uuid="http://ddialliance.org/Specification/DDI-CDI/1.0/XMI/#PhysicalSegmentLayout-encoding"
142                   xmi:type="uml:Property">
143      <ownedComment xmi:id="DDICDIModels-DDICDILibrary-Classes-FormatDescription-PhysicalSegmentLayout-encoding-ownedComment"
144                    xmi:uuid="http://ddialliance.org/Specification/DDI-CDI/1.0/XMI/#PhysicalSegmentLayout-encoding-ownedComment"
145                    xmi:type="uml:Comment">
146         <annotatedElement xmi:idref="DDICDIModels-DDICDILibrary-Classes-FormatDescription-PhysicalSegmentLayout-encoding"/>
147         <body>The character encoding of the represented data. From the W3C Recommendation "Metadata Vocabulary for Tabular Data" (https://www.w3.org/TR/tabular-metadata/) 5.9 Dialect: "encoding - An atomic property that sets the encoding flag to the single provided string value, which MUST be a defined in [encoding]. The default is 'utf-8'." From the same W3C recommendation 7.2 Encoding: "CSV files should be encoded using UTF-8, and should be in Unicode Normal Form C as defined in [UAX15]. If a CSV file is not encoded using UTF-8, the encoding should be specified through the charset parameter in the Content-Type header."</body>
148      </ownedComment>
149      <lowerValue xmi:id="DDICDIModels-DDICDILibrary-Classes-FormatDescription-PhysicalSegmentLayout-encoding-lowerValue"
150                  xmi:uuid="http://ddialliance.org/Specification/DDI-CDI/1.0/XMI/#PhysicalSegmentLayout-encoding-lowerValue"
151                  xmi:type="uml:LiteralInteger"/>
152      <upperValue xmi:id="DDICDIModels-DDICDILibrary-Classes-FormatDescription-PhysicalSegmentLayout-encoding-upperValue"
153                  xmi:uuid="http://ddialliance.org/Specification/DDI-CDI/1.0/XMI/#PhysicalSegmentLayout-encoding-upperValue"
154                  xmi:type="uml:LiteralUnlimitedNatural">
155         <value>1</value>
156      </upperValue>
157      <name>encoding</name>
158      <type xmi:idref="DDICDIModels-DDICDILibrary-DataTypes-StructuredDataTypes-ControlledVocabularyEntry"/>
159   </ownedAttribute>
160   <ownedAttribute xmi:id="DDICDIModels-DDICDILibrary-Classes-FormatDescription-PhysicalSegmentLayout-escapeCharacter"
161                   xmi:uuid="http://ddialliance.org/Specification/DDI-CDI/1.0/XMI/#PhysicalSegmentLayout-escapeCharacter"
162                   xmi:type="uml:Property">
163      <ownedComment xmi:id="DDICDIModels-DDICDILibrary-Classes-FormatDescription-PhysicalSegmentLayout-escapeCharacter-ownedComment"
164                    xmi:uuid="http://ddialliance.org/Specification/DDI-CDI/1.0/XMI/#PhysicalSegmentLayout-escapeCharacter-ownedComment"
165                    xmi:type="uml:Comment">
166         <annotatedElement xmi:idref="DDICDIModels-DDICDILibrary-Classes-FormatDescription-PhysicalSegmentLayout-escapeCharacter"/>
167         <body>"The string that is used to escape the quote character within escaped cells, or null" see https://www.w3.org/TR/tabular-data-model/#encoding. From https://www.w3.org/TR/tabular-metadata/ 5.9 Dialect "doubleQuote: A boolean atomic property that, if true, sets the escape character flag to ". If false, to \. The default is true." From http://specs.frictionlessdata.io/csv-dialect/ "doubleQuote: controls the handling of quotes inside fields. If true, two consecutive quotes should be interpreted as one. Default = true".</body>
168      </ownedComment>
169      <lowerValue xmi:id="DDICDIModels-DDICDILibrary-Classes-FormatDescription-PhysicalSegmentLayout-escapeCharacter-lowerValue"
170                  xmi:uuid="http://ddialliance.org/Specification/DDI-CDI/1.0/XMI/#PhysicalSegmentLayout-escapeCharacter-lowerValue"
171                  xmi:type="uml:LiteralInteger"/>
172      <upperValue xmi:id="DDICDIModels-DDICDILibrary-Classes-FormatDescription-PhysicalSegmentLayout-escapeCharacter-upperValue"
173                  xmi:uuid="http://ddialliance.org/Specification/DDI-CDI/1.0/XMI/#PhysicalSegmentLayout-escapeCharacter-upperValue"
174                  xmi:type="uml:LiteralUnlimitedNatural">
175         <value>1</value>
176      </upperValue>
177      <name>escapeCharacter</name>
178      <defaultValue xmi:id="DDICDIModels-DDICDILibrary-Classes-FormatDescription-PhysicalSegmentLayout-escapeCharacter-defaultValue"
179                    xmi:uuid="http://ddialliance.org/Specification/DDI-CDI/1.0/XMI/#PhysicalSegmentLayout-escapeCharacter-defaultValue"
180                    xmi:type="uml:LiteralString">
181         <value>True</value>
182      </defaultValue>
183      <type href="http://www.eclipse.org/uml2/5.0.0/UML/PrimitiveTypes.xmi#String"
184            xmi:type="uml:PrimitiveType"/>
185   </ownedAttribute>
186   <ownedAttribute xmi:id="DDICDIModels-DDICDILibrary-Classes-FormatDescription-PhysicalSegmentLayout-hasHeader"
187                   xmi:uuid="http://ddialliance.org/Specification/DDI-CDI/1.0/XMI/#PhysicalSegmentLayout-hasHeader"
188                   xmi:type="uml:Property">
189      <ownedComment xmi:id="DDICDIModels-DDICDILibrary-Classes-FormatDescription-PhysicalSegmentLayout-hasHeader-ownedComment"
190                    xmi:uuid="http://ddialliance.org/Specification/DDI-CDI/1.0/XMI/#PhysicalSegmentLayout-hasHeader-ownedComment"
191                    xmi:type="uml:Comment">
192         <annotatedElement xmi:idref="DDICDIModels-DDICDILibrary-Classes-FormatDescription-PhysicalSegmentLayout-hasHeader"/>
193         <body>True if the file contains a header containing column names. From https://www.w3.org/TR/tabular-metadata/ 5.9 Dialect "header: A boolean atomic property that, if true, sets the header row count flag to 1, and if false to 0, unless headerRowCount is provided, in which case the value provided for the header property is ignored. The default is true." From http://specs.frictionlessdata.io/csv-dialect/ "header: indicates whether the file includes a header row. If true the first row in the file is a header row, not data. Default = true".</body>
194      </ownedComment>
195      <lowerValue xmi:id="DDICDIModels-DDICDILibrary-Classes-FormatDescription-PhysicalSegmentLayout-hasHeader-lowerValue"
196                  xmi:uuid="http://ddialliance.org/Specification/DDI-CDI/1.0/XMI/#PhysicalSegmentLayout-hasHeader-lowerValue"
197                  xmi:type="uml:LiteralInteger"/>
198      <upperValue xmi:id="DDICDIModels-DDICDILibrary-Classes-FormatDescription-PhysicalSegmentLayout-hasHeader-upperValue"
199                  xmi:uuid="http://ddialliance.org/Specification/DDI-CDI/1.0/XMI/#PhysicalSegmentLayout-hasHeader-upperValue"
200                  xmi:type="uml:LiteralUnlimitedNatural">
201         <value>1</value>
202      </upperValue>
203      <name>hasHeader</name>
204      <defaultValue xmi:id="DDICDIModels-DDICDILibrary-Classes-FormatDescription-PhysicalSegmentLayout-hasHeader-defaultValue"
205                    xmi:uuid="http://ddialliance.org/Specification/DDI-CDI/1.0/XMI/#PhysicalSegmentLayout-hasHeader-defaultValue"
206                    xmi:type="uml:LiteralBoolean">
207         <value>True</value>
208      </defaultValue>
209      <type href="http://www.eclipse.org/uml2/5.0.0/UML/PrimitiveTypes.xmi#Boolean"
210            xmi:type="uml:PrimitiveType"/>
211   </ownedAttribute>
212   <ownedAttribute xmi:id="DDICDIModels-DDICDILibrary-Classes-FormatDescription-PhysicalSegmentLayout-headerIsCaseSensitive"
213                   xmi:uuid="http://ddialliance.org/Specification/DDI-CDI/1.0/XMI/#PhysicalSegmentLayout-headerIsCaseSensitive"
214                   xmi:type="uml:Property">
215      <ownedComment xmi:id="DDICDIModels-DDICDILibrary-Classes-FormatDescription-PhysicalSegmentLayout-headerIsCaseSensitive-ownedComment"
216                    xmi:uuid="http://ddialliance.org/Specification/DDI-CDI/1.0/XMI/#PhysicalSegmentLayout-headerIsCaseSensitive-ownedComment"
217                    xmi:type="uml:Comment">
218         <annotatedElement xmi:idref="DDICDIModels-DDICDILibrary-Classes-FormatDescription-PhysicalSegmentLayout-headerIsCaseSensitive"/>
219         <body>If True, the case of the labels in the header is significant. From the "CSV Dialect" specification (http://specs.frictionlessdata.io/csv-dialect/): "caseSensitiveHeader: indicates that case in the header is meaningful. For example, columns CAT and Cat should not be equated. Default = false."</body>
220      </ownedComment>
221      <lowerValue xmi:id="DDICDIModels-DDICDILibrary-Classes-FormatDescription-PhysicalSegmentLayout-headerIsCaseSensitive-lowerValue"
222                  xmi:uuid="http://ddialliance.org/Specification/DDI-CDI/1.0/XMI/#PhysicalSegmentLayout-headerIsCaseSensitive-lowerValue"
223                  xmi:type="uml:LiteralInteger"/>
224      <upperValue xmi:id="DDICDIModels-DDICDILibrary-Classes-FormatDescription-PhysicalSegmentLayout-headerIsCaseSensitive-upperValue"
225                  xmi:uuid="http://ddialliance.org/Specification/DDI-CDI/1.0/XMI/#PhysicalSegmentLayout-headerIsCaseSensitive-upperValue"
226                  xmi:type="uml:LiteralUnlimitedNatural">
227         <value>1</value>
228      </upperValue>
229      <name>headerIsCaseSensitive</name>
230      <defaultValue xmi:id="DDICDIModels-DDICDILibrary-Classes-FormatDescription-PhysicalSegmentLayout-headerIsCaseSensitive-defaultValue"
231                    xmi:uuid="http://ddialliance.org/Specification/DDI-CDI/1.0/XMI/#PhysicalSegmentLayout-headerIsCaseSensitive-defaultValue"
232                    xmi:type="uml:LiteralBoolean">
233         <value>False</value>
234      </defaultValue>
235      <type href="http://www.eclipse.org/uml2/5.0.0/UML/PrimitiveTypes.xmi#Boolean"
236            xmi:type="uml:PrimitiveType"/>
237   </ownedAttribute>
238   <ownedAttribute xmi:id="DDICDIModels-DDICDILibrary-Classes-FormatDescription-PhysicalSegmentLayout-headerRowCount"
239                   xmi:uuid="http://ddialliance.org/Specification/DDI-CDI/1.0/XMI/#PhysicalSegmentLayout-headerRowCount"
240                   xmi:type="uml:Property">
241      <ownedComment xmi:id="DDICDIModels-DDICDILibrary-Classes-FormatDescription-PhysicalSegmentLayout-headerRowCount-ownedComment"
242                    xmi:uuid="http://ddialliance.org/Specification/DDI-CDI/1.0/XMI/#PhysicalSegmentLayout-headerRowCount-ownedComment"
243                    xmi:type="uml:Comment">
244         <annotatedElement xmi:idref="DDICDIModels-DDICDILibrary-Classes-FormatDescription-PhysicalSegmentLayout-headerRowCount"/>
245         <body>The number of lines in the header From https://www.w3.org/TR/tabular-metadata/ 5.9 Dialect "headerRowCount: A numeric atomic property that sets the header row count flag to the single provided value, which MUST be a non-negative integer. The default is 1."</body>
246      </ownedComment>
247      <lowerValue xmi:id="DDICDIModels-DDICDILibrary-Classes-FormatDescription-PhysicalSegmentLayout-headerRowCount-lowerValue"
248                  xmi:uuid="http://ddialliance.org/Specification/DDI-CDI/1.0/XMI/#PhysicalSegmentLayout-headerRowCount-lowerValue"
249                  xmi:type="uml:LiteralInteger"/>
250      <upperValue xmi:id="DDICDIModels-DDICDILibrary-Classes-FormatDescription-PhysicalSegmentLayout-headerRowCount-upperValue"
251                  xmi:uuid="http://ddialliance.org/Specification/DDI-CDI/1.0/XMI/#PhysicalSegmentLayout-headerRowCount-upperValue"
252                  xmi:type="uml:LiteralUnlimitedNatural">
253         <value>1</value>
254      </upperValue>
255      <name>headerRowCount</name>
256      <defaultValue xmi:id="DDICDIModels-DDICDILibrary-Classes-FormatDescription-PhysicalSegmentLayout-headerRowCount-defaultValue"
257                    xmi:uuid="http://ddialliance.org/Specification/DDI-CDI/1.0/XMI/#PhysicalSegmentLayout-headerRowCount-defaultValue"
258                    xmi:type="uml:LiteralInteger">
259         <value>1</value>
260      </defaultValue>
261      <type href="http://www.eclipse.org/uml2/5.0.0/UML/PrimitiveTypes.xmi#Integer"
262            xmi:type="uml:PrimitiveType"/>
263   </ownedAttribute>
264   <ownedAttribute xmi:id="DDICDIModels-DDICDILibrary-Classes-FormatDescription-PhysicalSegmentLayout-identifier"
265                   xmi:uuid="http://ddialliance.org/Specification/DDI-CDI/1.0/XMI/#PhysicalSegmentLayout-identifier"
266                   xmi:type="uml:Property">
267      <ownedComment xmi:id="DDICDIModels-DDICDILibrary-Classes-FormatDescription-PhysicalSegmentLayout-identifier-ownedComment"
268                    xmi:uuid="http://ddialliance.org/Specification/DDI-CDI/1.0/XMI/#PhysicalSegmentLayout-identifier-ownedComment"
269                    xmi:type="uml:Comment">
270         <annotatedElement xmi:idref="DDICDIModels-DDICDILibrary-Classes-FormatDescription-PhysicalSegmentLayout-identifier"/>
271         <body>Identifier for objects requiring short- or long-lasting referencing and management.</body>
272      </ownedComment>
273      <lowerValue xmi:id="DDICDIModels-DDICDILibrary-Classes-FormatDescription-PhysicalSegmentLayout-identifier-lowerValue"
274                  xmi:uuid="http://ddialliance.org/Specification/DDI-CDI/1.0/XMI/#PhysicalSegmentLayout-identifier-lowerValue"
275                  xmi:type="uml:LiteralInteger"/>
276      <upperValue xmi:id="DDICDIModels-DDICDILibrary-Classes-FormatDescription-PhysicalSegmentLayout-identifier-upperValue"
277                  xmi:uuid="http://ddialliance.org/Specification/DDI-CDI/1.0/XMI/#PhysicalSegmentLayout-identifier-upperValue"
278                  xmi:type="uml:LiteralUnlimitedNatural">
279         <value>1</value>
280      </upperValue>
281      <name>identifier</name>
282      <isID>true</isID>
283      <type xmi:idref="DDICDIModels-DDICDILibrary-DataTypes-StructuredDataTypes-Identifier"/>
284   </ownedAttribute>
285   <ownedAttribute xmi:id="DDICDIModels-DDICDILibrary-Classes-FormatDescription-PhysicalSegmentLayout-isDelimited"
286                   xmi:uuid="http://ddialliance.org/Specification/DDI-CDI/1.0/XMI/#PhysicalSegmentLayout-isDelimited"
287                   xmi:type="uml:Property">
288      <ownedComment xmi:id="DDICDIModels-DDICDILibrary-Classes-FormatDescription-PhysicalSegmentLayout-isDelimited-ownedComment"
289                    xmi:uuid="http://ddialliance.org/Specification/DDI-CDI/1.0/XMI/#PhysicalSegmentLayout-isDelimited-ownedComment"
290                    xmi:type="uml:Comment">
291         <annotatedElement xmi:idref="DDICDIModels-DDICDILibrary-Classes-FormatDescription-PhysicalSegmentLayout-isDelimited"/>
292         <body>Indicates whether the data are in a delimited format. If "true," the format is delimited, and the isFixedWidth property must be set to "false." If not set to "true," the property isFixedWitdh must be set to "true."</body>
293      </ownedComment>
294      <lowerValue xmi:id="DDICDIModels-DDICDILibrary-Classes-FormatDescription-PhysicalSegmentLayout-isDelimited-lowerValue"
295                  xmi:uuid="http://ddialliance.org/Specification/DDI-CDI/1.0/XMI/#PhysicalSegmentLayout-isDelimited-lowerValue"
296                  xmi:type="uml:LiteralInteger">
297         <value>1</value>
298      </lowerValue>
299      <upperValue xmi:id="DDICDIModels-DDICDILibrary-Classes-FormatDescription-PhysicalSegmentLayout-isDelimited-upperValue"
300                  xmi:uuid="http://ddialliance.org/Specification/DDI-CDI/1.0/XMI/#PhysicalSegmentLayout-isDelimited-upperValue"
301                  xmi:type="uml:LiteralUnlimitedNatural">
302         <value>1</value>
303      </upperValue>
304      <name>isDelimited</name>
305      <type href="http://www.eclipse.org/uml2/5.0.0/UML/PrimitiveTypes.xmi#Boolean"
306            xmi:type="uml:PrimitiveType"/>
307   </ownedAttribute>
308   <ownedAttribute xmi:id="DDICDIModels-DDICDILibrary-Classes-FormatDescription-PhysicalSegmentLayout-isFixedWidth"
309                   xmi:uuid="http://ddialliance.org/Specification/DDI-CDI/1.0/XMI/#PhysicalSegmentLayout-isFixedWidth"
310                   xmi:type="uml:Property">
311      <ownedComment xmi:id="DDICDIModels-DDICDILibrary-Classes-FormatDescription-PhysicalSegmentLayout-isFixedWidth-ownedComment"
312                    xmi:uuid="http://ddialliance.org/Specification/DDI-CDI/1.0/XMI/#PhysicalSegmentLayout-isFixedWidth-ownedComment"
313                    xmi:type="uml:Comment">
314         <annotatedElement xmi:idref="DDICDIModels-DDICDILibrary-Classes-FormatDescription-PhysicalSegmentLayout-isFixedWidth"/>
315         <body>Set to true if the file is fixed-width. If true, isDelimited must be set to false.</body>
316      </ownedComment>
317      <lowerValue xmi:id="DDICDIModels-DDICDILibrary-Classes-FormatDescription-PhysicalSegmentLayout-isFixedWidth-lowerValue"
318                  xmi:uuid="http://ddialliance.org/Specification/DDI-CDI/1.0/XMI/#PhysicalSegmentLayout-isFixedWidth-lowerValue"
319                  xmi:type="uml:LiteralInteger">
320         <value>1</value>
321      </lowerValue>
322      <upperValue xmi:id="DDICDIModels-DDICDILibrary-Classes-FormatDescription-PhysicalSegmentLayout-isFixedWidth-upperValue"
323                  xmi:uuid="http://ddialliance.org/Specification/DDI-CDI/1.0/XMI/#PhysicalSegmentLayout-isFixedWidth-upperValue"
324                  xmi:type="uml:LiteralUnlimitedNatural">
325         <value>1</value>
326      </upperValue>
327      <name>isFixedWidth</name>
328      <type href="http://www.eclipse.org/uml2/5.0.0/UML/PrimitiveTypes.xmi#Boolean"
329            xmi:type="uml:PrimitiveType"/>
330   </ownedAttribute>
331   <ownedAttribute xmi:id="DDICDIModels-DDICDILibrary-Classes-FormatDescription-PhysicalSegmentLayout-lineTerminator"
332                   xmi:uuid="http://ddialliance.org/Specification/DDI-CDI/1.0/XMI/#PhysicalSegmentLayout-lineTerminator"
333                   xmi:type="uml:Property">
334      <ownedComment xmi:id="DDICDIModels-DDICDILibrary-Classes-FormatDescription-PhysicalSegmentLayout-lineTerminator-ownedComment"
335                    xmi:uuid="http://ddialliance.org/Specification/DDI-CDI/1.0/XMI/#PhysicalSegmentLayout-lineTerminator-ownedComment"
336                    xmi:type="uml:Comment">
337         <annotatedElement xmi:idref="DDICDIModels-DDICDILibrary-Classes-FormatDescription-PhysicalSegmentLayout-lineTerminator"/>
338         <body>The strings that can be used at the end of a row, set by the lineTerminators property of a dialect description. The default is [CRLF, LF]. See the W3C Recommendation "Metadata Vocabulary for Tabular Data" (https://www.w3.org/TR/tabular-data-model/#encoding) 5.9 Dialect "lineTerminators: An atomic property that sets the line terminators flag to either an array containing the single provided string value, or the provided array. The default is ['rn', 'n']." Also, from the "CSV Dialect" specification (http://specs.frictionlessdata.io/csv-dialect/): "lineTerminator: specifies the character sequence which should terminate rows. Default = rn."</body>
339      </ownedComment>
340      <lowerValue xmi:id="DDICDIModels-DDICDILibrary-Classes-FormatDescription-PhysicalSegmentLayout-lineTerminator-lowerValue"
341                  xmi:uuid="http://ddialliance.org/Specification/DDI-CDI/1.0/XMI/#PhysicalSegmentLayout-lineTerminator-lowerValue"
342                  xmi:type="uml:LiteralInteger"/>
343      <upperValue xmi:id="DDICDIModels-DDICDILibrary-Classes-FormatDescription-PhysicalSegmentLayout-lineTerminator-upperValue"
344                  xmi:uuid="http://ddialliance.org/Specification/DDI-CDI/1.0/XMI/#PhysicalSegmentLayout-lineTerminator-upperValue"
345                  xmi:type="uml:LiteralUnlimitedNatural">
346         <value>*</value>
347      </upperValue>
348      <name>lineTerminator</name>
349      <defaultValue xmi:id="DDICDIModels-DDICDILibrary-Classes-FormatDescription-PhysicalSegmentLayout-lineTerminator-defaultValue"
350                    xmi:uuid="http://ddialliance.org/Specification/DDI-CDI/1.0/XMI/#PhysicalSegmentLayout-lineTerminator-defaultValue"
351                    xmi:type="uml:LiteralString">
352         <value>[CRLF, LF]</value>
353      </defaultValue>
354      <isOrdered>true</isOrdered>
355      <type href="http://www.eclipse.org/uml2/5.0.0/UML/PrimitiveTypes.xmi#String"
356            xmi:type="uml:PrimitiveType"/>
357   </ownedAttribute>
358   <ownedAttribute xmi:id="DDICDIModels-DDICDILibrary-Classes-FormatDescription-PhysicalSegmentLayout-name"
359                   xmi:uuid="http://ddialliance.org/Specification/DDI-CDI/1.0/XMI/#PhysicalSegmentLayout-name"
360                   xmi:type="uml:Property">
361      <ownedComment xmi:id="DDICDIModels-DDICDILibrary-Classes-FormatDescription-PhysicalSegmentLayout-name-ownedComment"
362                    xmi:uuid="http://ddialliance.org/Specification/DDI-CDI/1.0/XMI/#PhysicalSegmentLayout-name-ownedComment"
363                    xmi:type="uml:Comment">
364         <annotatedElement xmi:idref="DDICDIModels-DDICDILibrary-Classes-FormatDescription-PhysicalSegmentLayout-name"/>
365         <body>A linguistic signifier. Human understandable name (word, phrase, or mnemonic) that reflects the ISO/IEC 11179-5 naming principles. If more than one name is provided provide a context to differentiate usage.</body>
366      </ownedComment>
367      <lowerValue xmi:id="DDICDIModels-DDICDILibrary-Classes-FormatDescription-PhysicalSegmentLayout-name-lowerValue"
368                  xmi:uuid="http://ddialliance.org/Specification/DDI-CDI/1.0/XMI/#PhysicalSegmentLayout-name-lowerValue"
369                  xmi:type="uml:LiteralInteger"/>
370      <upperValue xmi:id="DDICDIModels-DDICDILibrary-Classes-FormatDescription-PhysicalSegmentLayout-name-upperValue"
371                  xmi:uuid="http://ddialliance.org/Specification/DDI-CDI/1.0/XMI/#PhysicalSegmentLayout-name-upperValue"
372                  xmi:type="uml:LiteralUnlimitedNatural">
373         <value>*</value>
374      </upperValue>
375      <name>name</name>
376      <isOrdered>true</isOrdered>
377      <type xmi:idref="DDICDIModels-DDICDILibrary-DataTypes-StructuredDataTypes-ObjectName"/>
378   </ownedAttribute>
379   <ownedAttribute xmi:id="DDICDIModels-DDICDILibrary-Classes-FormatDescription-PhysicalSegmentLayout-nullSequence"
380                   xmi:uuid="http://ddialliance.org/Specification/DDI-CDI/1.0/XMI/#PhysicalSegmentLayout-nullSequence"
381                   xmi:type="uml:Property">
382      <ownedComment xmi:id="DDICDIModels-DDICDILibrary-Classes-FormatDescription-PhysicalSegmentLayout-nullSequence-ownedComment"
383                    xmi:uuid="http://ddialliance.org/Specification/DDI-CDI/1.0/XMI/#PhysicalSegmentLayout-nullSequence-ownedComment"
384                    xmi:type="uml:Comment">
385         <annotatedElement xmi:idref="DDICDIModels-DDICDILibrary-Classes-FormatDescription-PhysicalSegmentLayout-nullSequence"/>
386         <body>A string indicating a null value. From the W3C Recommendation "Metadata Vocabulary for Tabular Data" (https://www.w3.org/TR/tabular-metadata/) 4.3: "null: the string or strings which cause the value of cells having string value matching any of these values to be null." From the same source, Inherited 5.7: "null: An atomic property giving the string or strings used for null values within the data. If the string value of the cell is equal to any one of these values, the cell value is null. See Parsing Cells in [tabular-data-model] for more details. If not specified, the default for the null property is the empty string ''. The value of this property becomes the null annotation for the described column."</body>
387      </ownedComment>
388      <lowerValue xmi:id="DDICDIModels-DDICDILibrary-Classes-FormatDescription-PhysicalSegmentLayout-nullSequence-lowerValue"
389                  xmi:uuid="http://ddialliance.org/Specification/DDI-CDI/1.0/XMI/#PhysicalSegmentLayout-nullSequence-lowerValue"
390                  xmi:type="uml:LiteralInteger"/>
391      <upperValue xmi:id="DDICDIModels-DDICDILibrary-Classes-FormatDescription-PhysicalSegmentLayout-nullSequence-upperValue"
392                  xmi:uuid="http://ddialliance.org/Specification/DDI-CDI/1.0/XMI/#PhysicalSegmentLayout-nullSequence-upperValue"
393                  xmi:type="uml:LiteralUnlimitedNatural">
394         <value>1</value>
395      </upperValue>
396      <name>nullSequence</name>
397      <type href="http://www.eclipse.org/uml2/5.0.0/UML/PrimitiveTypes.xmi#String"
398            xmi:type="uml:PrimitiveType"/>
399   </ownedAttribute>
400   <ownedAttribute xmi:id="DDICDIModels-DDICDILibrary-Classes-FormatDescription-PhysicalSegmentLayout-overview"
401                   xmi:uuid="http://ddialliance.org/Specification/DDI-CDI/1.0/XMI/#PhysicalSegmentLayout-overview"
402                   xmi:type="uml:Property">
403      <ownedComment xmi:id="DDICDIModels-DDICDILibrary-Classes-FormatDescription-PhysicalSegmentLayout-overview-ownedComment"
404                    xmi:uuid="http://ddialliance.org/Specification/DDI-CDI/1.0/XMI/#PhysicalSegmentLayout-overview-ownedComment"
405                    xmi:type="uml:Comment">
406         <annotatedElement xmi:idref="DDICDIModels-DDICDILibrary-Classes-FormatDescription-PhysicalSegmentLayout-overview"/>
407         <body>Short natural language account of the information obtained from the combination of properties and relationships associated with an object.</body>
408      </ownedComment>
409      <lowerValue xmi:id="DDICDIModels-DDICDILibrary-Classes-FormatDescription-PhysicalSegmentLayout-overview-lowerValue"
410                  xmi:uuid="http://ddialliance.org/Specification/DDI-CDI/1.0/XMI/#PhysicalSegmentLayout-overview-lowerValue"
411                  xmi:type="uml:LiteralInteger"/>
412      <upperValue xmi:id="DDICDIModels-DDICDILibrary-Classes-FormatDescription-PhysicalSegmentLayout-overview-upperValue"
413                  xmi:uuid="http://ddialliance.org/Specification/DDI-CDI/1.0/XMI/#PhysicalSegmentLayout-overview-upperValue"
414                  xmi:type="uml:LiteralUnlimitedNatural">
415         <value>1</value>
416      </upperValue>
417      <name>overview</name>
418      <type xmi:idref="DDICDIModels-DDICDILibrary-DataTypes-StructuredDataTypes-InternationalString"/>
419   </ownedAttribute>
420   <ownedAttribute xmi:id="DDICDIModels-DDICDILibrary-Classes-FormatDescription-PhysicalSegmentLayout-ownedAttribute_1"
421                   xmi:uuid="http://ddialliance.org/Specification/DDI-CDI/1.0/XMI/#PhysicalSegmentLayout-ownedAttribute_1"
422                   xmi:type="uml:Property">
423      <lowerValue xmi:id="DDICDIModels-DDICDILibrary-Classes-FormatDescription-PhysicalSegmentLayout-ownedAttribute_1-lowerValue"
424                  xmi:uuid="http://ddialliance.org/Specification/DDI-CDI/1.0/XMI/#PhysicalSegmentLayout-ownedAttribute_1-lowerValue"
425                  xmi:type="uml:LiteralInteger"/>
426      <upperValue xmi:id="DDICDIModels-DDICDILibrary-Classes-FormatDescription-PhysicalSegmentLayout-ownedAttribute_1-upperValue"
427                  xmi:uuid="http://ddialliance.org/Specification/DDI-CDI/1.0/XMI/#PhysicalSegmentLayout-ownedAttribute_1-upperValue"
428                  xmi:type="uml:LiteralUnlimitedNatural">
429         <value>*</value>
430      </upperValue>
431      <association xmi:idref="DDICDIModels-DDICDILibrary-Classes-Conceptual-PhysicalSegmentLayout_isDefinedBy_Concept"/>
432      <type xmi:idref="DDICDIModels-DDICDILibrary-Classes-Conceptual-Concept"/>
433   </ownedAttribute>
434   <ownedAttribute xmi:id="DDICDIModels-DDICDILibrary-Classes-FormatDescription-PhysicalSegmentLayout-ownedAttribute_2"
435                   xmi:uuid="http://ddialliance.org/Specification/DDI-CDI/1.0/XMI/#PhysicalSegmentLayout-ownedAttribute_2"
436                   xmi:type="uml:Property">
437      <lowerValue xmi:id="DDICDIModels-DDICDILibrary-Classes-FormatDescription-PhysicalSegmentLayout-ownedAttribute_2-lowerValue"
438                  xmi:uuid="http://ddialliance.org/Specification/DDI-CDI/1.0/XMI/#PhysicalSegmentLayout-ownedAttribute_2-lowerValue"
439                  xmi:type="uml:LiteralInteger"/>
440      <upperValue xmi:id="DDICDIModels-DDICDILibrary-Classes-FormatDescription-PhysicalSegmentLayout-ownedAttribute_2-upperValue"
441                  xmi:uuid="http://ddialliance.org/Specification/DDI-CDI/1.0/XMI/#PhysicalSegmentLayout-ownedAttribute_2-upperValue"
442                  xmi:type="uml:LiteralUnlimitedNatural">
443         <value>1</value>
444      </upperValue>
445      <association xmi:idref="DDICDIModels-DDICDILibrary-Classes-FormatDescription-PhysicalSegmentLayout_formats_LogicalRecord"/>
446      <type xmi:idref="DDICDIModels-DDICDILibrary-Classes-FormatDescription-LogicalRecord"/>
447   </ownedAttribute>
448   <ownedAttribute xmi:id="DDICDIModels-DDICDILibrary-Classes-FormatDescription-PhysicalSegmentLayout-ownedAttribute_3"
449                   xmi:uuid="http://ddialliance.org/Specification/DDI-CDI/1.0/XMI/#PhysicalSegmentLayout-ownedAttribute_3"
450                   xmi:type="uml:Property">
451      <lowerValue xmi:id="DDICDIModels-DDICDILibrary-Classes-FormatDescription-PhysicalSegmentLayout-ownedAttribute_3-lowerValue"
452                  xmi:uuid="http://ddialliance.org/Specification/DDI-CDI/1.0/XMI/#PhysicalSegmentLayout-ownedAttribute_3-lowerValue"
453                  xmi:type="uml:LiteralInteger"/>
454      <upperValue xmi:id="DDICDIModels-DDICDILibrary-Classes-FormatDescription-PhysicalSegmentLayout-ownedAttribute_3-upperValue"
455                  xmi:uuid="http://ddialliance.org/Specification/DDI-CDI/1.0/XMI/#PhysicalSegmentLayout-ownedAttribute_3-upperValue"
456                  xmi:type="uml:LiteralUnlimitedNatural">
457         <value>*</value>
458      </upperValue>
459      <aggregation>shared</aggregation>
460      <association xmi:idref="DDICDIModels-DDICDILibrary-Classes-FormatDescription-PhysicalSegmentLayout_has_ValueMapping"/>
461      <type xmi:idref="DDICDIModels-DDICDILibrary-Classes-FormatDescription-ValueMapping"/>
462   </ownedAttribute>
463   <ownedAttribute xmi:id="DDICDIModels-DDICDILibrary-Classes-FormatDescription-PhysicalSegmentLayout-ownedAttribute_4"
464                   xmi:uuid="http://ddialliance.org/Specification/DDI-CDI/1.0/XMI/#PhysicalSegmentLayout-ownedAttribute_4"
465                   xmi:type="uml:Property">
466      <lowerValue xmi:id="DDICDIModels-DDICDILibrary-Classes-FormatDescription-PhysicalSegmentLayout-ownedAttribute_4-lowerValue"
467                  xmi:uuid="http://ddialliance.org/Specification/DDI-CDI/1.0/XMI/#PhysicalSegmentLayout-ownedAttribute_4-lowerValue"
468                  xmi:type="uml:LiteralInteger"/>
469      <upperValue xmi:id="DDICDIModels-DDICDILibrary-Classes-FormatDescription-PhysicalSegmentLayout-ownedAttribute_4-upperValue"
470                  xmi:uuid="http://ddialliance.org/Specification/DDI-CDI/1.0/XMI/#PhysicalSegmentLayout-ownedAttribute_4-upperValue"
471                  xmi:type="uml:LiteralUnlimitedNatural">
472         <value>*</value>
473      </upperValue>
474      <aggregation>composite</aggregation>
475      <association xmi:idref="DDICDIModels-DDICDILibrary-Classes-FormatDescription-PhysicalSegmentLayout_has_ValueMappingPosition"/>
476      <type xmi:idref="DDICDIModels-DDICDILibrary-Classes-FormatDescription-ValueMappingPosition"/>
477   </ownedAttribute>
478   <ownedAttribute xmi:id="DDICDIModels-DDICDILibrary-Classes-FormatDescription-PhysicalSegmentLayout-purpose"
479                   xmi:uuid="http://ddialliance.org/Specification/DDI-CDI/1.0/XMI/#PhysicalSegmentLayout-purpose"
480                   xmi:type="uml:Property">
481      <ownedComment xmi:id="DDICDIModels-DDICDILibrary-Classes-FormatDescription-PhysicalSegmentLayout-purpose-ownedComment"
482                    xmi:uuid="http://ddialliance.org/Specification/DDI-CDI/1.0/XMI/#PhysicalSegmentLayout-purpose-ownedComment"
483                    xmi:type="uml:Comment">
484         <annotatedElement xmi:idref="DDICDIModels-DDICDILibrary-Classes-FormatDescription-PhysicalSegmentLayout-purpose"/>
485         <body>Intent or reason for the object/the description of the object.</body>
486      </ownedComment>
487      <lowerValue xmi:id="DDICDIModels-DDICDILibrary-Classes-FormatDescription-PhysicalSegmentLayout-purpose-lowerValue"
488                  xmi:uuid="http://ddialliance.org/Specification/DDI-CDI/1.0/XMI/#PhysicalSegmentLayout-purpose-lowerValue"
489                  xmi:type="uml:LiteralInteger"/>
490      <upperValue xmi:id="DDICDIModels-DDICDILibrary-Classes-FormatDescription-PhysicalSegmentLayout-purpose-upperValue"
491                  xmi:uuid="http://ddialliance.org/Specification/DDI-CDI/1.0/XMI/#PhysicalSegmentLayout-purpose-upperValue"
492                  xmi:type="uml:LiteralUnlimitedNatural">
493         <value>1</value>
494      </upperValue>
495      <name>purpose</name>
496      <type xmi:idref="DDICDIModels-DDICDILibrary-DataTypes-StructuredDataTypes-InternationalString"/>
497   </ownedAttribute>
498   <ownedAttribute xmi:id="DDICDIModels-DDICDILibrary-Classes-FormatDescription-PhysicalSegmentLayout-quoteCharacter"
499                   xmi:uuid="http://ddialliance.org/Specification/DDI-CDI/1.0/XMI/#PhysicalSegmentLayout-quoteCharacter"
500                   xmi:type="uml:Property">
501      <ownedComment xmi:id="DDICDIModels-DDICDILibrary-Classes-FormatDescription-PhysicalSegmentLayout-quoteCharacter-ownedComment"
502                    xmi:uuid="http://ddialliance.org/Specification/DDI-CDI/1.0/XMI/#PhysicalSegmentLayout-quoteCharacter-ownedComment"
503                    xmi:type="uml:Comment">
504         <annotatedElement xmi:idref="DDICDIModels-DDICDILibrary-Classes-FormatDescription-PhysicalSegmentLayout-quoteCharacter"/>
505         <body>"The string that is used around escaped cells, or null, set by the quoteChar property of a dialect description. The default is ".". See W3C Recommendation "Model for Tabular Data and Metadata on the Web", https://www.w3.org/TR/tabular-data-model/#parsing. From the W3C Recommendation "Metadata Vocabulary for Tabular Data" (https://www.w3.org/TR/tabular-metadata/) 5.9 Dialect: "quoteChar: An atomic property that sets the quote character flag to the single provided value, which MUST be a string or null. If the value is null, the escape character flag is also set to null. The default is '"'." From the CSV Dialect specification (http://specs.frictionlessdata.io/csv-dialect/): "quoteChar: specifies a one-character string to use as the quoting character. Default = "."</body>
506      </ownedComment>
507      <lowerValue xmi:id="DDICDIModels-DDICDILibrary-Classes-FormatDescription-PhysicalSegmentLayout-quoteCharacter-lowerValue"
508                  xmi:uuid="http://ddialliance.org/Specification/DDI-CDI/1.0/XMI/#PhysicalSegmentLayout-quoteCharacter-lowerValue"
509                  xmi:type="uml:LiteralInteger"/>
510      <upperValue xmi:id="DDICDIModels-DDICDILibrary-Classes-FormatDescription-PhysicalSegmentLayout-quoteCharacter-upperValue"
511                  xmi:uuid="http://ddialliance.org/Specification/DDI-CDI/1.0/XMI/#PhysicalSegmentLayout-quoteCharacter-upperValue"
512                  xmi:type="uml:LiteralUnlimitedNatural">
513         <value>1</value>
514      </upperValue>
515      <name>quoteCharacter</name>
516      <defaultValue xmi:id="DDICDIModels-DDICDILibrary-Classes-FormatDescription-PhysicalSegmentLayout-quoteCharacter-defaultValue"
517                    xmi:uuid="http://ddialliance.org/Specification/DDI-CDI/1.0/XMI/#PhysicalSegmentLayout-quoteCharacter-defaultValue"
518                    xmi:type="uml:LiteralString">
519         <value>"</value>
520      </defaultValue>
521      <type href="http://www.eclipse.org/uml2/5.0.0/UML/PrimitiveTypes.xmi#String"
522            xmi:type="uml:PrimitiveType"/>
523   </ownedAttribute>
524   <ownedAttribute xmi:id="DDICDIModels-DDICDILibrary-Classes-FormatDescription-PhysicalSegmentLayout-skipBlankRows"
525                   xmi:uuid="http://ddialliance.org/Specification/DDI-CDI/1.0/XMI/#PhysicalSegmentLayout-skipBlankRows"
526                   xmi:type="uml:Property">
527      <ownedComment xmi:id="DDICDIModels-DDICDILibrary-Classes-FormatDescription-PhysicalSegmentLayout-skipBlankRows-ownedComment"
528                    xmi:uuid="http://ddialliance.org/Specification/DDI-CDI/1.0/XMI/#PhysicalSegmentLayout-skipBlankRows-ownedComment"
529                    xmi:type="uml:Comment">
530         <annotatedElement xmi:idref="DDICDIModels-DDICDILibrary-Classes-FormatDescription-PhysicalSegmentLayout-skipBlankRows"/>
531         <body>If the value is True, blank rows are ignored. From the W3C Recommendation "Metadata Vocabulary for Tabular Data" (https://www.w3.org/TR/tabular-metadata/) 5.9 Dialect: "skipBlankRows: A boolean atomic property that sets the skip blank rows flag to the single provided boolean value. The default is false."</body>
532      </ownedComment>
533      <lowerValue xmi:id="DDICDIModels-DDICDILibrary-Classes-FormatDescription-PhysicalSegmentLayout-skipBlankRows-lowerValue"
534                  xmi:uuid="http://ddialliance.org/Specification/DDI-CDI/1.0/XMI/#PhysicalSegmentLayout-skipBlankRows-lowerValue"
535                  xmi:type="uml:LiteralInteger"/>
536      <upperValue xmi:id="DDICDIModels-DDICDILibrary-Classes-FormatDescription-PhysicalSegmentLayout-skipBlankRows-upperValue"
537                  xmi:uuid="http://ddialliance.org/Specification/DDI-CDI/1.0/XMI/#PhysicalSegmentLayout-skipBlankRows-upperValue"
538                  xmi:type="uml:LiteralUnlimitedNatural">
539         <value>1</value>
540      </upperValue>
541      <name>skipBlankRows</name>
542      <defaultValue xmi:id="DDICDIModels-DDICDILibrary-Classes-FormatDescription-PhysicalSegmentLayout-skipBlankRows-defaultValue"
543                    xmi:uuid="http://ddialliance.org/Specification/DDI-CDI/1.0/XMI/#PhysicalSegmentLayout-skipBlankRows-defaultValue"
544                    xmi:type="uml:LiteralBoolean">
545         <value>False</value>
546      </defaultValue>
547      <type href="http://www.eclipse.org/uml2/5.0.0/UML/PrimitiveTypes.xmi#Boolean"
548            xmi:type="uml:PrimitiveType"/>
549   </ownedAttribute>
550   <ownedAttribute xmi:id="DDICDIModels-DDICDILibrary-Classes-FormatDescription-PhysicalSegmentLayout-skipDataColumns"
551                   xmi:uuid="http://ddialliance.org/Specification/DDI-CDI/1.0/XMI/#PhysicalSegmentLayout-skipDataColumns"
552                   xmi:type="uml:Property">
553      <ownedComment xmi:id="DDICDIModels-DDICDILibrary-Classes-FormatDescription-PhysicalSegmentLayout-skipDataColumns-ownedComment"
554                    xmi:uuid="http://ddialliance.org/Specification/DDI-CDI/1.0/XMI/#PhysicalSegmentLayout-skipDataColumns-ownedComment"
555                    xmi:type="uml:Comment">
556         <annotatedElement xmi:idref="DDICDIModels-DDICDILibrary-Classes-FormatDescription-PhysicalSegmentLayout-skipDataColumns"/>
557         <body>The number of columns to skip at the beginning of the row. From the W3C Recommendation "Metadata Vocabulary for Tabular Data" (https://www.w3.org/TR/tabular-metadata/) 5.9 Dialect: "skipColumns: A numeric atomic property that sets the skip columns flag to the single provided numeric value, which MUST be a non-negative integer. The default is 0." A value other than 0 will mean that the source numbers of columns will be different from their numbers.</body>
558      </ownedComment>
559      <lowerValue xmi:id="DDICDIModels-DDICDILibrary-Classes-FormatDescription-PhysicalSegmentLayout-skipDataColumns-lowerValue"
560                  xmi:uuid="http://ddialliance.org/Specification/DDI-CDI/1.0/XMI/#PhysicalSegmentLayout-skipDataColumns-lowerValue"
561                  xmi:type="uml:LiteralInteger"/>
562      <upperValue xmi:id="DDICDIModels-DDICDILibrary-Classes-FormatDescription-PhysicalSegmentLayout-skipDataColumns-upperValue"
563                  xmi:uuid="http://ddialliance.org/Specification/DDI-CDI/1.0/XMI/#PhysicalSegmentLayout-skipDataColumns-upperValue"
564                  xmi:type="uml:LiteralUnlimitedNatural">
565         <value>1</value>
566      </upperValue>
567      <name>skipDataColumns</name>
568      <defaultValue xmi:id="DDICDIModels-DDICDILibrary-Classes-FormatDescription-PhysicalSegmentLayout-skipDataColumns-defaultValue"
569                    xmi:uuid="http://ddialliance.org/Specification/DDI-CDI/1.0/XMI/#PhysicalSegmentLayout-skipDataColumns-defaultValue"
570                    xmi:type="uml:LiteralInteger">
571         <value>0</value>
572      </defaultValue>
573      <type href="http://www.eclipse.org/uml2/5.0.0/UML/PrimitiveTypes.xmi#Integer"
574            xmi:type="uml:PrimitiveType"/>
575   </ownedAttribute>
576   <ownedAttribute xmi:id="DDICDIModels-DDICDILibrary-Classes-FormatDescription-PhysicalSegmentLayout-skipInitialSpace"
577                   xmi:uuid="http://ddialliance.org/Specification/DDI-CDI/1.0/XMI/#PhysicalSegmentLayout-skipInitialSpace"
578                   xmi:type="uml:Property">
579      <ownedComment xmi:id="DDICDIModels-DDICDILibrary-Classes-FormatDescription-PhysicalSegmentLayout-skipInitialSpace-ownedComment"
580                    xmi:uuid="http://ddialliance.org/Specification/DDI-CDI/1.0/XMI/#PhysicalSegmentLayout-skipInitialSpace-ownedComment"
581                    xmi:type="uml:Comment">
582         <annotatedElement xmi:idref="DDICDIModels-DDICDILibrary-Classes-FormatDescription-PhysicalSegmentLayout-skipInitialSpace"/>
583         <body>If the value is True, skip whitespace at the beginning of a line or following a delimiter. From the W3C Recommendation "Metadata Vocabulary for Tabular Data" (https://www.w3.org/TR/tabular-metadata/) 5.9 Dialect: "skipInitialSpace: A boolean atomic property that, if true, sets the trim flag to 'start' and if false, to false. If the trim property is provided, the skipInitialSpace property is ignored. The default is false." From the CSV Dialect specification (http://specs.frictionlessdata.io/csv-dialect/): "skipInitialSpace: specifies how to interpret whitespace which immediately follows a delimiter; if false, it means that whitespace immediately after a delimiter should be treated as part of the following field. Default = true."</body>
584      </ownedComment>
585      <lowerValue xmi:id="DDICDIModels-DDICDILibrary-Classes-FormatDescription-PhysicalSegmentLayout-skipInitialSpace-lowerValue"
586                  xmi:uuid="http://ddialliance.org/Specification/DDI-CDI/1.0/XMI/#PhysicalSegmentLayout-skipInitialSpace-lowerValue"
587                  xmi:type="uml:LiteralInteger"/>
588      <upperValue xmi:id="DDICDIModels-DDICDILibrary-Classes-FormatDescription-PhysicalSegmentLayout-skipInitialSpace-upperValue"
589                  xmi:uuid="http://ddialliance.org/Specification/DDI-CDI/1.0/XMI/#PhysicalSegmentLayout-skipInitialSpace-upperValue"
590                  xmi:type="uml:LiteralUnlimitedNatural">
591         <value>1</value>
592      </upperValue>
593      <name>skipInitialSpace</name>
594      <defaultValue xmi:id="DDICDIModels-DDICDILibrary-Classes-FormatDescription-PhysicalSegmentLayout-skipInitialSpace-defaultValue"
595                    xmi:uuid="http://ddialliance.org/Specification/DDI-CDI/1.0/XMI/#PhysicalSegmentLayout-skipInitialSpace-defaultValue"
596                    xmi:type="uml:LiteralBoolean">
597         <value>True</value>
598      </defaultValue>
599      <type href="http://www.eclipse.org/uml2/5.0.0/UML/PrimitiveTypes.xmi#Boolean"
600            xmi:type="uml:PrimitiveType"/>
601   </ownedAttribute>
602   <ownedAttribute xmi:id="DDICDIModels-DDICDILibrary-Classes-FormatDescription-PhysicalSegmentLayout-skipRows"
603                   xmi:uuid="http://ddialliance.org/Specification/DDI-CDI/1.0/XMI/#PhysicalSegmentLayout-skipRows"
604                   xmi:type="uml:Property">
605      <ownedComment xmi:id="DDICDIModels-DDICDILibrary-Classes-FormatDescription-PhysicalSegmentLayout-skipRows-ownedComment"
606                    xmi:uuid="http://ddialliance.org/Specification/DDI-CDI/1.0/XMI/#PhysicalSegmentLayout-skipRows-ownedComment"
607                    xmi:type="uml:Comment">
608         <annotatedElement xmi:idref="DDICDIModels-DDICDILibrary-Classes-FormatDescription-PhysicalSegmentLayout-skipRows"/>
609         <body>Number of input rows to skip preceding the header or data. From the W3C Recommendation "Metadata Vocabulary for Tabular Data" (https://www.w3.org/TR/tabular-metadata/) 5.9 Dialect: "skipRows: A numeric atomic property that sets the skip rows flag to the single provided numeric value, which MUST be a non-negative integer. The default is 0." A value greater than 0 will mean that the source numbers of rows will be different from their numbers.</body>
610      </ownedComment>
611      <lowerValue xmi:id="DDICDIModels-DDICDILibrary-Classes-FormatDescription-PhysicalSegmentLayout-skipRows-lowerValue"
612                  xmi:uuid="http://ddialliance.org/Specification/DDI-CDI/1.0/XMI/#PhysicalSegmentLayout-skipRows-lowerValue"
613                  xmi:type="uml:LiteralInteger"/>
614      <upperValue xmi:id="DDICDIModels-DDICDILibrary-Classes-FormatDescription-PhysicalSegmentLayout-skipRows-upperValue"
615                  xmi:uuid="http://ddialliance.org/Specification/DDI-CDI/1.0/XMI/#PhysicalSegmentLayout-skipRows-upperValue"
616                  xmi:type="uml:LiteralUnlimitedNatural">
617         <value>1</value>
618      </upperValue>
619      <name>skipRows</name>
620      <defaultValue xmi:id="DDICDIModels-DDICDILibrary-Classes-FormatDescription-PhysicalSegmentLayout-skipRows-defaultValue"
621                    xmi:uuid="http://ddialliance.org/Specification/DDI-CDI/1.0/XMI/#PhysicalSegmentLayout-skipRows-defaultValue"
622                    xmi:type="uml:LiteralInteger">
623         <value>0</value>
624      </defaultValue>
625      <type href="http://www.eclipse.org/uml2/5.0.0/UML/PrimitiveTypes.xmi#Integer"
626            xmi:type="uml:PrimitiveType"/>
627   </ownedAttribute>
628   <ownedAttribute xmi:id="DDICDIModels-DDICDILibrary-Classes-FormatDescription-PhysicalSegmentLayout-tableDirection"
629                   xmi:uuid="http://ddialliance.org/Specification/DDI-CDI/1.0/XMI/#PhysicalSegmentLayout-tableDirection"
630                   xmi:type="uml:Property">
631      <ownedComment xmi:id="DDICDIModels-DDICDILibrary-Classes-FormatDescription-PhysicalSegmentLayout-tableDirection-ownedComment"
632                    xmi:uuid="http://ddialliance.org/Specification/DDI-CDI/1.0/XMI/#PhysicalSegmentLayout-tableDirection-ownedComment"
633                    xmi:type="uml:Comment">
634         <annotatedElement xmi:idref="DDICDIModels-DDICDILibrary-Classes-FormatDescription-PhysicalSegmentLayout-tableDirection"/>
635         <body>Indicates the direction in which columns are arranged in each row. From the W3C Recommendation "Metadata Vocabulary for Tabular Data" (https://www.w3.org/TR/tabular-metadata/)  5.3.2: "tableDirection: An atomic property that MUST have a single string value that is one of 'rtl', 'ltr', or 'auto'. Indicates whether the tables in the group should be displayed with the first column on the right, on the left, or based on the first character in the table that has a specific direction. The value of this property becomes the value of the table direction annotation for all the tables in the table group. See Bidirectional Tables in [tabular-data-model] for details. The default value for this property is 'auto'."</body>
636      </ownedComment>
637      <lowerValue xmi:id="DDICDIModels-DDICDILibrary-Classes-FormatDescription-PhysicalSegmentLayout-tableDirection-lowerValue"
638                  xmi:uuid="http://ddialliance.org/Specification/DDI-CDI/1.0/XMI/#PhysicalSegmentLayout-tableDirection-lowerValue"
639                  xmi:type="uml:LiteralInteger"/>
640      <upperValue xmi:id="DDICDIModels-DDICDILibrary-Classes-FormatDescription-PhysicalSegmentLayout-tableDirection-upperValue"
641                  xmi:uuid="http://ddialliance.org/Specification/DDI-CDI/1.0/XMI/#PhysicalSegmentLayout-tableDirection-upperValue"
642                  xmi:type="uml:LiteralUnlimitedNatural">
643         <value>1</value>
644      </upperValue>
645      <name>tableDirection</name>
646      <defaultValue xmi:id="DDICDIModels-DDICDILibrary-Classes-FormatDescription-PhysicalSegmentLayout-tableDirection-defaultValue"
647                    xmi:uuid="http://ddialliance.org/Specification/DDI-CDI/1.0/XMI/#PhysicalSegmentLayout-tableDirection-defaultValue"
648                    xmi:type="uml:LiteralString">
649         <value>"Auto"</value>
650      </defaultValue>
651      <type xmi:idref="DDICDIModels-DDICDILibrary-DataTypes-Enumerations-TableDirectionValues"/>
652   </ownedAttribute>
653   <ownedAttribute xmi:id="DDICDIModels-DDICDILibrary-Classes-FormatDescription-PhysicalSegmentLayout-textDirection"
654                   xmi:uuid="http://ddialliance.org/Specification/DDI-CDI/1.0/XMI/#PhysicalSegmentLayout-textDirection"
655                   xmi:type="uml:Property">
656      <ownedComment xmi:id="DDICDIModels-DDICDILibrary-Classes-FormatDescription-PhysicalSegmentLayout-textDirection-ownedComment"
657                    xmi:uuid="http://ddialliance.org/Specification/DDI-CDI/1.0/XMI/#PhysicalSegmentLayout-textDirection-ownedComment"
658                    xmi:type="uml:Comment">
659         <annotatedElement xmi:idref="DDICDIModels-DDICDILibrary-Classes-FormatDescription-PhysicalSegmentLayout-textDirection"/>
660         <body>Indicates the reading order of text within cells. From the W3C Recommendation "Metadata Vocabulary for Tabular Data" (https://www.w3.org/TR/tabular-metadata/) Inherited 5.7: "textDirection: An atomic property that MUST have a single string value that is one of 'ltr', 'rtl', 'auto' or 'inherit' (the default). Indicates whether the text within cells should be displayed as left-to-right text (ltr), as right-to-left text (rtl), according to the content of the cell (auto) or in the direction inherited from the table direction annotation of the table. The value of this property determines the text direction annotation for the column, and the text direction annotation for the cells within that column: if the value is inherit then the value of the text direction annotation is the value of the table direction annotation on the table, otherwise it is the value of this property. See Bidirectional Tables in [tabular-data-model] for details."</body>
661      </ownedComment>
662      <lowerValue xmi:id="DDICDIModels-DDICDILibrary-Classes-FormatDescription-PhysicalSegmentLayout-textDirection-lowerValue"
663                  xmi:uuid="http://ddialliance.org/Specification/DDI-CDI/1.0/XMI/#PhysicalSegmentLayout-textDirection-lowerValue"
664                  xmi:type="uml:LiteralInteger"/>
665      <upperValue xmi:id="DDICDIModels-DDICDILibrary-Classes-FormatDescription-PhysicalSegmentLayout-textDirection-upperValue"
666                  xmi:uuid="http://ddialliance.org/Specification/DDI-CDI/1.0/XMI/#PhysicalSegmentLayout-textDirection-upperValue"
667                  xmi:type="uml:LiteralUnlimitedNatural">
668         <value>1</value>
669      </upperValue>
670      <name>textDirection</name>
671      <type xmi:idref="DDICDIModels-DDICDILibrary-DataTypes-Enumerations-TextDirectionValues"/>
672   </ownedAttribute>
673   <ownedAttribute xmi:id="DDICDIModels-DDICDILibrary-Classes-FormatDescription-PhysicalSegmentLayout-treatConsecutiveDelimitersAsOne"
674                   xmi:uuid="http://ddialliance.org/Specification/DDI-CDI/1.0/XMI/#PhysicalSegmentLayout-treatConsecutiveDelimitersAsOne"
675                   xmi:type="uml:Property">
676      <ownedComment xmi:id="DDICDIModels-DDICDILibrary-Classes-FormatDescription-PhysicalSegmentLayout-treatConsecutiveDelimitersAsOne-ownedComment"
677                    xmi:uuid="http://ddialliance.org/Specification/DDI-CDI/1.0/XMI/#PhysicalSegmentLayout-treatConsecutiveDelimitersAsOne-ownedComment"
678                    xmi:type="uml:Comment">
679         <annotatedElement xmi:idref="DDICDIModels-DDICDILibrary-Classes-FormatDescription-PhysicalSegmentLayout-treatConsecutiveDelimitersAsOne"/>
680         <body>If the value is True, consecutive (adjacent) delimiters are treated as a single delimiter; if the value is False consecutive (adjacent) delimiters indicate a missing value.</body>
681      </ownedComment>
682      <lowerValue xmi:id="DDICDIModels-DDICDILibrary-Classes-FormatDescription-PhysicalSegmentLayout-treatConsecutiveDelimitersAsOne-lowerValue"
683                  xmi:uuid="http://ddialliance.org/Specification/DDI-CDI/1.0/XMI/#PhysicalSegmentLayout-treatConsecutiveDelimitersAsOne-lowerValue"
684                  xmi:type="uml:LiteralInteger"/>
685      <upperValue xmi:id="DDICDIModels-DDICDILibrary-Classes-FormatDescription-PhysicalSegmentLayout-treatConsecutiveDelimitersAsOne-upperValue"
686                  xmi:uuid="http://ddialliance.org/Specification/DDI-CDI/1.0/XMI/#PhysicalSegmentLayout-treatConsecutiveDelimitersAsOne-upperValue"
687                  xmi:type="uml:LiteralUnlimitedNatural">
688         <value>1</value>
689      </upperValue>
690      <name>treatConsecutiveDelimitersAsOne</name>
691      <type href="http://www.eclipse.org/uml2/5.0.0/UML/PrimitiveTypes.xmi#Boolean"
692            xmi:type="uml:PrimitiveType"/>
693   </ownedAttribute>
694   <ownedAttribute xmi:id="DDICDIModels-DDICDILibrary-Classes-FormatDescription-PhysicalSegmentLayout-trim"
695                   xmi:uuid="http://ddialliance.org/Specification/DDI-CDI/1.0/XMI/#PhysicalSegmentLayout-trim"
696                   xmi:type="uml:Property">
697      <ownedComment xmi:id="DDICDIModels-DDICDILibrary-Classes-FormatDescription-PhysicalSegmentLayout-trim-ownedComment"
698                    xmi:uuid="http://ddialliance.org/Specification/DDI-CDI/1.0/XMI/#PhysicalSegmentLayout-trim-ownedComment"
699                    xmi:type="uml:Comment">
700         <annotatedElement xmi:idref="DDICDIModels-DDICDILibrary-Classes-FormatDescription-PhysicalSegmentLayout-trim"/>
701         <body>Specifies which spaces to remove from a data value (start, end, both, neither) From the W3C Recommendation "Metadata Vocabulary for Tabular Data" (https://www.w3.org/TR/tabular-metadata/) 5.9 Dialect: "trim: An atomic property that, if the boolean true, sets the trim flag to true and if the boolean false to false. If the value provided is a string, sets the trim flag to the provided value, which MUST be one of 'true', 'false', 'start', or 'end'. The default is true."</body>
702      </ownedComment>
703      <lowerValue xmi:id="DDICDIModels-DDICDILibrary-Classes-FormatDescription-PhysicalSegmentLayout-trim-lowerValue"
704                  xmi:uuid="http://ddialliance.org/Specification/DDI-CDI/1.0/XMI/#PhysicalSegmentLayout-trim-lowerValue"
705                  xmi:type="uml:LiteralInteger"/>
706      <upperValue xmi:id="DDICDIModels-DDICDILibrary-Classes-FormatDescription-PhysicalSegmentLayout-trim-upperValue"
707                  xmi:uuid="http://ddialliance.org/Specification/DDI-CDI/1.0/XMI/#PhysicalSegmentLayout-trim-upperValue"
708                  xmi:type="uml:LiteralUnlimitedNatural">
709         <value>1</value>
710      </upperValue>
711      <name>trim</name>
712      <defaultValue xmi:id="DDICDIModels-DDICDILibrary-Classes-FormatDescription-PhysicalSegmentLayout-trim-defaultValue"
713                    xmi:uuid="http://ddialliance.org/Specification/DDI-CDI/1.0/XMI/#PhysicalSegmentLayout-trim-defaultValue"
714                    xmi:type="uml:LiteralString">
715         <value>True</value>
716      </defaultValue>
717      <type xmi:idref="DDICDIModels-DDICDILibrary-DataTypes-Enumerations-TrimValues"/>
718   </ownedAttribute>
719</packagedElement>

Fragment for the class PhysicalSegmentLayout (entire XML Schema)

  1<xs:element name="PhysicalSegmentLayout"
  2            type="PhysicalSegmentLayoutXsdType"
  3            xml:id="PhysicalSegmentLayout">
  4  <!-- based on the UML class DDICDIModels::DDICDILibrary::Classes::FormatDescription::PhysicalSegmentLayout -->
  5  <xs:annotation>
  6    <xs:documentation>Definition 
  7          ============ 
  8          Used as an extension point in the description of the different layout styles of data structure descriptions.  
  9          
 10          Examples 
 11          ========== 
 12          Examples include unit segment layouts, event data layouts, and cube layouts (e.g. summary data).  
 13          
 14          Explanatory notes 
 15          =================== 
 16          A physical segment layout is a physical description (e.g. unit segment layout) of the associated logical record Layout consisting of a collection of value mappings describing the physical interrelationship of each related value mapping and associated instance variable.</xs:documentation>
 17  </xs:annotation>
 18</xs:element>
 19<xs:complexType name="PhysicalSegmentLayoutXsdType"
 20                xml:id="PhysicalSegmentLayoutXsdType">
 21  <xs:annotation>
 22    <xs:documentation>Definition 
 23          ============ 
 24          Used as an extension point in the description of the different layout styles of data structure descriptions.  
 25          
 26          Examples 
 27          ========== 
 28          Examples include unit segment layouts, event data layouts, and cube layouts (e.g. summary data).  
 29          
 30          Explanatory notes 
 31          =================== 
 32          A physical segment layout is a physical description (e.g. unit segment layout) of the associated logical record Layout consisting of a collection of value mappings describing the physical interrelationship of each related value mapping and associated instance variable.</xs:documentation>
 33  </xs:annotation>
 34  <xs:sequence>
 35    <xs:element name="allowsDuplicates"
 36                type="xs:boolean"
 37                minOccurs="1"
 38                maxOccurs="1"
 39                xml:id="PhysicalSegmentLayout-allowsDuplicates">
 40      <xs:annotation>
 41        <xs:documentation>If value is False, the members are unique within the collection - if True, there may be duplicates. (Note that a mathematical “bag” permits duplicates and is unordered - a “set” does not have duplicates and may be ordered.)</xs:documentation>
 42      </xs:annotation>
 43    </xs:element>
 44    <xs:element name="arrayBase"
 45                type="xs:integer"
 46                minOccurs="0"
 47                maxOccurs="1"
 48                xml:id="PhysicalSegmentLayout-arrayBase">
 49      <xs:annotation>
 50        <xs:documentation>The starting value for the numbering of cells, rows, columns, etc. when they constitute an ordered sequence (an array). Note that in DDI, this is typically either 0 or 1. In related W3C work (Model for Tabular Data and Metadata on the Web), they appear to standardize on 1 (see https://www.w3.org/TR/tabular-data-model/ 4.3 [Columns] and 4.4 [Rows]: "number - the position of the column amongst the columns for the associated table, starting from 1.")</xs:documentation>
 51      </xs:annotation>
 52    </xs:element>
 53    <xs:element name="catalogDetails"
 54                type="CatalogDetailsXsdType"
 55                minOccurs="0"
 56                maxOccurs="1"
 57                xml:id="PhysicalSegmentLayout-catalogDetails">
 58      <xs:annotation>
 59        <xs:documentation>Bundles the information useful for a data catalog entry. 
 60  
 61  Examples would be creator, contributor, title, copyright, embargo, and license information
 62  
 63  A set of information useful for attribution, data discovery, and access.
 64  This is information that is tied to the identity of the object. If this information changes the version of the associated object changes.</xs:documentation>
 65      </xs:annotation>
 66    </xs:element>
 67    <xs:element name="commentPrefix"
 68                type="xs:string"
 69                minOccurs="0"
 70                maxOccurs="1"
 71                xml:id="PhysicalSegmentLayout-commentPrefix">
 72      <xs:annotation>
 73        <xs:documentation>A string used to indicate that an input line is a comment, a string which precedes a comment in the data file. From https://www.w3.org/TR/tabular-metadata/ 5.9 Dialect  commentPrefix: 'An atomic property that sets the comment prefix flag to the single provided value, which MUST be a string. The default is "#".'</xs:documentation>
 74      </xs:annotation>
 75    </xs:element>
 76    <xs:element name="delimiter"
 77                type="xs:string"
 78                minOccurs="0"
 79                maxOccurs="1"
 80                xml:id="PhysicalSegmentLayout-delimiter">
 81      <xs:annotation>
 82        <xs:documentation>The Delimiting character in the data. Must be used if isDelimited is True. "The separator between cells, set by the delimiter property of a dialect description. The default is ,. See the W3C Recommendation "Metadata Vocabulary for Tabular Data" (https://www.w3.org/TR/tabular-data-model/#encoding). From the "CSV Dialect" specification (https://specs.frictionlessdata.io/csv-dialect/#specification): "delimiter: specifies a one-character string to use as the field separator. Default = ,."</xs:documentation>
 83      </xs:annotation>
 84    </xs:element>
 85    <xs:element name="encoding"
 86                type="ControlledVocabularyEntryXsdType"
 87                minOccurs="0"
 88                maxOccurs="1"
 89                xml:id="PhysicalSegmentLayout-encoding">
 90      <xs:annotation>
 91        <xs:documentation>The character encoding of the represented data. From the W3C Recommendation "Metadata Vocabulary for Tabular Data" (https://www.w3.org/TR/tabular-metadata/) 5.9 Dialect: "encoding - An atomic property that sets the encoding flag to the single provided string value, which MUST be a defined in [encoding]. The default is 'utf-8'." From the same W3C recommendation 7.2 Encoding: "CSV files should be encoded using UTF-8, and should be in Unicode Normal Form C as defined in [UAX15]. If a CSV file is not encoded using UTF-8, the encoding should be specified through the charset parameter in the Content-Type header."</xs:documentation>
 92      </xs:annotation>
 93    </xs:element>
 94    <xs:element name="escapeCharacter"
 95                type="xs:string"
 96                minOccurs="0"
 97                maxOccurs="1"
 98                xml:id="PhysicalSegmentLayout-escapeCharacter">
 99      <xs:annotation>
100        <xs:documentation>"The string that is used to escape the quote character within escaped cells, or null" see https://www.w3.org/TR/tabular-data-model/#encoding. From https://www.w3.org/TR/tabular-metadata/ 5.9 Dialect "doubleQuote: A boolean atomic property that, if true, sets the escape character flag to ". If false, to \. The default is true." From http://specs.frictionlessdata.io/csv-dialect/ "doubleQuote: controls the handling of quotes inside fields. If true, two consecutive quotes should be interpreted as one. Default = true".</xs:documentation>
101      </xs:annotation>
102    </xs:element>
103    <xs:element name="hasHeader"
104                type="xs:boolean"
105                minOccurs="0"
106                maxOccurs="1"
107                xml:id="PhysicalSegmentLayout-hasHeader">
108      <xs:annotation>
109        <xs:documentation>True if the file contains a header containing column names. From https://www.w3.org/TR/tabular-metadata/ 5.9 Dialect "header: A boolean atomic property that, if true, sets the header row count flag to 1, and if false to 0, unless headerRowCount is provided, in which case the value provided for the header property is ignored. The default is true." From http://specs.frictionlessdata.io/csv-dialect/ "header: indicates whether the file includes a header row. If true the first row in the file is a header row, not data. Default = true".</xs:documentation>
110      </xs:annotation>
111    </xs:element>
112    <xs:element name="headerIsCaseSensitive"
113                type="xs:boolean"
114                minOccurs="0"
115                maxOccurs="1"
116                xml:id="PhysicalSegmentLayout-headerIsCaseSensitive">
117      <xs:annotation>
118        <xs:documentation>If True, the case of the labels in the header is significant. From the "CSV Dialect" specification (http://specs.frictionlessdata.io/csv-dialect/): "caseSensitiveHeader: indicates that case in the header is meaningful. For example, columns CAT and Cat should not be equated. Default = false."</xs:documentation>
119      </xs:annotation>
120    </xs:element>
121    <xs:element name="headerRowCount"
122                type="xs:integer"
123                minOccurs="0"
124                maxOccurs="1"
125                xml:id="PhysicalSegmentLayout-headerRowCount">
126      <xs:annotation>
127        <xs:documentation>The number of lines in the header From https://www.w3.org/TR/tabular-metadata/ 5.9 Dialect "headerRowCount: A numeric atomic property that sets the header row count flag to the single provided value, which MUST be a non-negative integer. The default is 1."</xs:documentation>
128      </xs:annotation>
129    </xs:element>
130    <xs:element name="identifier"
131                type="IdentifierXsdType"
132                minOccurs="0"
133                maxOccurs="1"
134                xml:id="PhysicalSegmentLayout-identifier">
135      <xs:annotation>
136        <xs:documentation>Identifier for objects requiring short- or long-lasting referencing and management.</xs:documentation>
137      </xs:annotation>
138    </xs:element>
139    <xs:element name="isDelimited"
140                type="xs:boolean"
141                minOccurs="1"
142                maxOccurs="1"
143                xml:id="PhysicalSegmentLayout-isDelimited">
144      <xs:annotation>
145        <xs:documentation>Indicates whether the data are in a delimited format. If "true," the format is delimited, and the isFixedWidth property must be set to "false." If not set to "true," the property isFixedWitdh must be set to "true."</xs:documentation>
146      </xs:annotation>
147    </xs:element>
148    <xs:element name="isFixedWidth"
149                type="xs:boolean"
150                minOccurs="1"
151                maxOccurs="1"
152                xml:id="PhysicalSegmentLayout-isFixedWidth">
153      <xs:annotation>
154        <xs:documentation>Set to true if the file is fixed-width. If true, isDelimited must be set to false.</xs:documentation>
155      </xs:annotation>
156    </xs:element>
157    <xs:element name="lineTerminator"
158                type="xs:string"
159                minOccurs="0"
160                maxOccurs="unbounded"
161                xml:id="PhysicalSegmentLayout-lineTerminator">
162      <xs:annotation>
163        <xs:documentation>The strings that can be used at the end of a row, set by the lineTerminators property of a dialect description. The default is [CRLF, LF]. See the W3C Recommendation "Metadata Vocabulary for Tabular Data" (https://www.w3.org/TR/tabular-data-model/#encoding) 5.9 Dialect "lineTerminators: An atomic property that sets the line terminators flag to either an array containing the single provided string value, or the provided array. The default is ['rn', 'n']." Also, from the "CSV Dialect" specification (http://specs.frictionlessdata.io/csv-dialect/): "lineTerminator: specifies the character sequence which should terminate rows. Default = rn."</xs:documentation>
164      </xs:annotation>
165    </xs:element>
166    <xs:element name="name"
167                type="ObjectNameXsdType"
168                minOccurs="0"
169                maxOccurs="unbounded"
170                xml:id="PhysicalSegmentLayout-name">
171      <xs:annotation>
172        <xs:documentation>A linguistic signifier. Human understandable name (word, phrase, or mnemonic) that reflects the ISO/IEC 11179-5 naming principles. If more than one name is provided provide a context to differentiate usage.</xs:documentation>
173      </xs:annotation>
174    </xs:element>
175    <xs:element name="nullSequence"
176                type="xs:string"
177                minOccurs="0"
178                maxOccurs="1"
179                xml:id="PhysicalSegmentLayout-nullSequence">
180      <xs:annotation>
181        <xs:documentation>A string indicating a null value. From the W3C Recommendation "Metadata Vocabulary for Tabular Data" (https://www.w3.org/TR/tabular-metadata/) 4.3: "null: the string or strings which cause the value of cells having string value matching any of these values to be null." From the same source, Inherited 5.7: "null: An atomic property giving the string or strings used for null values within the data. If the string value of the cell is equal to any one of these values, the cell value is null. See Parsing Cells in [tabular-data-model] for more details. If not specified, the default for the null property is the empty string ''. The value of this property becomes the null annotation for the described column."</xs:documentation>
182      </xs:annotation>
183    </xs:element>
184    <xs:element name="overview"
185                type="InternationalStringXsdType"
186                minOccurs="0"
187                maxOccurs="1"
188                xml:id="PhysicalSegmentLayout-overview">
189      <xs:annotation>
190        <xs:documentation>Short natural language account of the information obtained from the combination of properties and relationships associated with an object.</xs:documentation>
191      </xs:annotation>
192    </xs:element>
193    <xs:element name="purpose"
194                type="InternationalStringXsdType"
195                minOccurs="0"
196                maxOccurs="1"
197                xml:id="PhysicalSegmentLayout-purpose">
198      <xs:annotation>
199        <xs:documentation>Intent or reason for the object/the description of the object.</xs:documentation>
200      </xs:annotation>
201    </xs:element>
202    <xs:element name="quoteCharacter"
203                type="xs:string"
204                minOccurs="0"
205                maxOccurs="1"
206                xml:id="PhysicalSegmentLayout-quoteCharacter">
207      <xs:annotation>
208        <xs:documentation>"The string that is used around escaped cells, or null, set by the quoteChar property of a dialect description. The default is ".". See W3C Recommendation "Model for Tabular Data and Metadata on the Web", https://www.w3.org/TR/tabular-data-model/#parsing. From the W3C Recommendation "Metadata Vocabulary for Tabular Data" (https://www.w3.org/TR/tabular-metadata/) 5.9 Dialect: "quoteChar: An atomic property that sets the quote character flag to the single provided value, which MUST be a string or null. If the value is null, the escape character flag is also set to null. The default is '"'." From the CSV Dialect specification (http://specs.frictionlessdata.io/csv-dialect/): "quoteChar: specifies a one-character string to use as the quoting character. Default = "."</xs:documentation>
209      </xs:annotation>
210    </xs:element>
211    <xs:element name="skipBlankRows"
212                type="xs:boolean"
213                minOccurs="0"
214                maxOccurs="1"
215                xml:id="PhysicalSegmentLayout-skipBlankRows">
216      <xs:annotation>
217        <xs:documentation>If the value is True, blank rows are ignored. From the W3C Recommendation "Metadata Vocabulary for Tabular Data" (https://www.w3.org/TR/tabular-metadata/) 5.9 Dialect: "skipBlankRows: A boolean atomic property that sets the skip blank rows flag to the single provided boolean value. The default is false."</xs:documentation>
218      </xs:annotation>
219    </xs:element>
220    <xs:element name="skipDataColumns"
221                type="xs:integer"
222                minOccurs="0"
223                maxOccurs="1"
224                xml:id="PhysicalSegmentLayout-skipDataColumns">
225      <xs:annotation>
226        <xs:documentation>The number of columns to skip at the beginning of the row. From the W3C Recommendation "Metadata Vocabulary for Tabular Data" (https://www.w3.org/TR/tabular-metadata/) 5.9 Dialect: "skipColumns: A numeric atomic property that sets the skip columns flag to the single provided numeric value, which MUST be a non-negative integer. The default is 0." A value other than 0 will mean that the source numbers of columns will be different from their numbers.</xs:documentation>
227      </xs:annotation>
228    </xs:element>
229    <xs:element name="skipInitialSpace"
230                type="xs:boolean"
231                minOccurs="0"
232                maxOccurs="1"
233                xml:id="PhysicalSegmentLayout-skipInitialSpace">
234      <xs:annotation>
235        <xs:documentation>If the value is True, skip whitespace at the beginning of a line or following a delimiter. From the W3C Recommendation "Metadata Vocabulary for Tabular Data" (https://www.w3.org/TR/tabular-metadata/) 5.9 Dialect: "skipInitialSpace: A boolean atomic property that, if true, sets the trim flag to 'start' and if false, to false. If the trim property is provided, the skipInitialSpace property is ignored. The default is false." From the CSV Dialect specification (http://specs.frictionlessdata.io/csv-dialect/): "skipInitialSpace: specifies how to interpret whitespace which immediately follows a delimiter; if false, it means that whitespace immediately after a delimiter should be treated as part of the following field. Default = true."</xs:documentation>
236      </xs:annotation>
237    </xs:element>
238    <xs:element name="skipRows"
239                type="xs:integer"
240                minOccurs="0"
241                maxOccurs="1"
242                xml:id="PhysicalSegmentLayout-skipRows">
243      <xs:annotation>
244        <xs:documentation>Number of input rows to skip preceding the header or data. From the W3C Recommendation "Metadata Vocabulary for Tabular Data" (https://www.w3.org/TR/tabular-metadata/) 5.9 Dialect: "skipRows: A numeric atomic property that sets the skip rows flag to the single provided numeric value, which MUST be a non-negative integer. The default is 0." A value greater than 0 will mean that the source numbers of rows will be different from their numbers.</xs:documentation>
245      </xs:annotation>
246    </xs:element>
247    <xs:element name="tableDirection"
248                type="TableDirectionValuesXsdType"
249                minOccurs="0"
250                maxOccurs="1"
251                xml:id="PhysicalSegmentLayout-tableDirection">
252      <xs:annotation>
253        <xs:documentation>Indicates the direction in which columns are arranged in each row. From the W3C Recommendation "Metadata Vocabulary for Tabular Data" (https://www.w3.org/TR/tabular-metadata/)  5.3.2: "tableDirection: An atomic property that MUST have a single string value that is one of 'rtl', 'ltr', or 'auto'. Indicates whether the tables in the group should be displayed with the first column on the right, on the left, or based on the first character in the table that has a specific direction. The value of this property becomes the value of the table direction annotation for all the tables in the table group. See Bidirectional Tables in [tabular-data-model] for details. The default value for this property is 'auto'."</xs:documentation>
254      </xs:annotation>
255    </xs:element>
256    <xs:element name="textDirection"
257                type="TextDirectionValuesXsdType"
258                minOccurs="0"
259                maxOccurs="1"
260                xml:id="PhysicalSegmentLayout-textDirection">
261      <xs:annotation>
262        <xs:documentation>Indicates the reading order of text within cells. From the W3C Recommendation "Metadata Vocabulary for Tabular Data" (https://www.w3.org/TR/tabular-metadata/) Inherited 5.7: "textDirection: An atomic property that MUST have a single string value that is one of 'ltr', 'rtl', 'auto' or 'inherit' (the default). Indicates whether the text within cells should be displayed as left-to-right text (ltr), as right-to-left text (rtl), according to the content of the cell (auto) or in the direction inherited from the table direction annotation of the table. The value of this property determines the text direction annotation for the column, and the text direction annotation for the cells within that column: if the value is inherit then the value of the text direction annotation is the value of the table direction annotation on the table, otherwise it is the value of this property. See Bidirectional Tables in [tabular-data-model] for details."</xs:documentation>
263      </xs:annotation>
264    </xs:element>
265    <xs:element name="treatConsecutiveDelimitersAsOne"
266                type="xs:boolean"
267                minOccurs="0"
268                maxOccurs="1"
269                xml:id="PhysicalSegmentLayout-treatConsecutiveDelimitersAsOne">
270      <xs:annotation>
271        <xs:documentation>If the value is True, consecutive (adjacent) delimiters are treated as a single delimiter; if the value is False consecutive (adjacent) delimiters indicate a missing value.</xs:documentation>
272      </xs:annotation>
273    </xs:element>
274    <xs:element name="trim"
275                type="TrimValuesXsdType"
276                minOccurs="0"
277                maxOccurs="1"
278                xml:id="PhysicalSegmentLayout-trim">
279      <xs:annotation>
280        <xs:documentation>Specifies which spaces to remove from a data value (start, end, both, neither) From the W3C Recommendation "Metadata Vocabulary for Tabular Data" (https://www.w3.org/TR/tabular-metadata/) 5.9 Dialect: "trim: An atomic property that, if the boolean true, sets the trim flag to true and if the boolean false to false. If the value provided is a string, sets the trim flag to the provided value, which MUST be one of 'true', 'false', 'start', or 'end'. The default is true."</xs:documentation>
281      </xs:annotation>
282    </xs:element>
283    <xs:element name="PhysicalSegmentLayout_isDefinedBy_Concept"
284                minOccurs="0"
285                maxOccurs="unbounded"
286                xml:id="PhysicalSegmentLayout_isDefinedBy_Concept">
287      <xs:annotation>
288        <xs:documentation>The conceptual basis for the collection of members.</xs:documentation>
289      </xs:annotation>
290      <xs:complexType>
291        <xs:complexContent>
292          <xs:restriction base="AssociationReferenceXsdType">
293            <xs:sequence>
294              <xs:element name="ddiReference"
295                          type="InternationalRegistrationDataIdentifierXsdType"
296                          minOccurs="0"
297                          maxOccurs="1"
298                          xml:id="PhysicalSegmentLayout_isDefinedBy_Concept-ddiReference"/>
299              <xs:element name="validType"
300                          minOccurs="0"
301                          maxOccurs="unbounded"
302                          xml:id="PhysicalSegmentLayout_isDefinedBy_Concept-validType">
303                <xs:simpleType>
304                  <xs:restriction base="xs:NMTOKEN">
305                    <xs:enumeration value="Category"/>
306                    <xs:enumeration value="Concept"/>
307                    <xs:enumeration value="ConceptualValue"/>
308                    <xs:enumeration value="ConceptualVariable"/>
309                    <xs:enumeration value="DescriptorVariable"/>
310                    <xs:enumeration value="DimensionalKeyDefinitionMember"/>
311                    <xs:enumeration value="InstanceVariable"/>
312                    <xs:enumeration value="KeyDefinitionMember"/>
313                    <xs:enumeration value="Population"/>
314                    <xs:enumeration value="ReferenceVariable"/>
315                    <xs:enumeration value="RepresentedVariable"/>
316                    <xs:enumeration value="UnitType"/>
317                    <xs:enumeration value="Universe"/>
318                  </xs:restriction>
319                </xs:simpleType>
320              </xs:element>
321            </xs:sequence>
322          </xs:restriction>
323        </xs:complexContent>
324      </xs:complexType>
325    </xs:element>
326    <xs:element name="PhysicalSegmentLayout_formats_LogicalRecord"
327                minOccurs="0"
328                maxOccurs="1"
329                xml:id="PhysicalSegmentLayout_formats_LogicalRecord">
330      <xs:annotation>
331        <xs:documentation>Logical record physically represented by the physical layout.</xs:documentation>
332      </xs:annotation>
333      <xs:complexType>
334        <xs:complexContent>
335          <xs:restriction base="AssociationReferenceXsdType">
336            <xs:sequence>
337              <xs:element name="ddiReference"
338                          type="InternationalRegistrationDataIdentifierXsdType"
339                          minOccurs="0"
340                          maxOccurs="1"
341                          xml:id="PhysicalSegmentLayout_formats_LogicalRecord-ddiReference"/>
342              <xs:element name="validType"
343                          minOccurs="0"
344                          maxOccurs="unbounded"
345                          xml:id="PhysicalSegmentLayout_formats_LogicalRecord-validType">
346                <xs:simpleType>
347                  <xs:restriction base="xs:NMTOKEN">
348                    <xs:enumeration value="LogicalRecord"/>
349                  </xs:restriction>
350                </xs:simpleType>
351              </xs:element>
352            </xs:sequence>
353          </xs:restriction>
354        </xs:complexContent>
355      </xs:complexType>
356    </xs:element>
357    <xs:element name="PhysicalSegmentLayout_has_ValueMapping"
358                minOccurs="0"
359                maxOccurs="unbounded"
360                xml:id="PhysicalSegmentLayout_has_ValueMapping">
361      <xs:annotation>
362        <xs:documentation></xs:documentation>
363      </xs:annotation>
364      <xs:complexType>
365        <xs:complexContent>
366          <xs:restriction base="AssociationReferenceXsdType">
367            <xs:sequence>
368              <xs:element name="ddiReference"
369                          type="InternationalRegistrationDataIdentifierXsdType"
370                          minOccurs="0"
371                          maxOccurs="1"
372                          xml:id="PhysicalSegmentLayout_has_ValueMapping-ddiReference"/>
373              <xs:element name="validType"
374                          minOccurs="0"
375                          maxOccurs="unbounded"
376                          xml:id="PhysicalSegmentLayout_has_ValueMapping-validType">
377                <xs:simpleType>
378                  <xs:restriction base="xs:NMTOKEN">
379                    <xs:enumeration value="ValueMapping"/>
380                  </xs:restriction>
381                </xs:simpleType>
382              </xs:element>
383            </xs:sequence>
384          </xs:restriction>
385        </xs:complexContent>
386      </xs:complexType>
387    </xs:element>
388    <xs:element name="PhysicalSegmentLayout_has_ValueMappingPosition"
389                minOccurs="0"
390                maxOccurs="unbounded"
391                xml:id="PhysicalSegmentLayout_has_ValueMappingPosition">
392      <xs:annotation>
393        <xs:documentation></xs:documentation>
394      </xs:annotation>
395      <xs:complexType>
396        <xs:complexContent>
397          <xs:restriction base="AssociationReferenceXsdType">
398            <xs:sequence>
399              <xs:element name="ddiReference"
400                          type="InternationalRegistrationDataIdentifierXsdType"
401                          minOccurs="0"
402                          maxOccurs="1"
403                          xml:id="PhysicalSegmentLayout_has_ValueMappingPosition-ddiReference"/>
404              <xs:element name="validType"
405                          minOccurs="1"
406                          maxOccurs="1"
407                          xml:id="PhysicalSegmentLayout_has_ValueMappingPosition-validType">
408                <xs:simpleType>
409                  <xs:restriction base="xs:NMTOKEN">
410                    <xs:enumeration value="ValueMappingPosition"/>
411                  </xs:restriction>
412                </xs:simpleType>
413              </xs:element>
414            </xs:sequence>
415          </xs:restriction>
416        </xs:complexContent>
417      </xs:complexType>
418    </xs:element>
419  </xs:sequence>
420</xs:complexType>

Fragment for the class PhysicalSegmentLayout (main ontology)

  1# class PhysicalSegmentLayout
  2# based on the UML class DDICDIModels::DDICDILibrary::Classes::FormatDescription::PhysicalSegmentLayout
  3cdi:PhysicalSegmentLayout
  4  a rdfs:Class, owl:Class, ucmis:Class;
  5  rdfs:label "PhysicalSegmentLayout";
  6  rdfs:comment "Definition \n============ \nUsed as an extension point in the description of the different layout styles of data structure descriptions.  \n\nExamples \n========== \nExamples include unit segment layouts, event data layouts, and cube layouts (e.g. summary data).  \n\nExplanatory notes \n=================== \nA physical segment layout is a physical description (e.g. unit segment layout) of the associated logical record Layout consisting of a collection of value mappings describing the physical interrelationship of each related value mapping and associated instance variable."@en;
  7  
  8.
  9
 10cdi:PhysicalSegmentLayout-allowsDuplicates
 11  a rdf:Property, owl:DatatypeProperty, ucmis:Attribute;
 12  rdfs:label "allowsDuplicates";
 13  rdfs:comment "If value is False, the members are unique within the collection - if True, there may be duplicates. (Note that a mathematical “bag” permits duplicates and is unordered - a “set” does not have duplicates and may be ordered.)"@en;
 14  rdfs:domain cdi:PhysicalSegmentLayout;
 15  rdfs:range xsd:boolean;
 16.
 17
 18cdi:PhysicalSegmentLayout-arrayBase
 19  a rdf:Property, owl:DatatypeProperty, ucmis:Attribute;
 20  rdfs:label "arrayBase";
 21  rdfs:comment "The starting value for the numbering of cells, rows, columns, etc. when they constitute an ordered sequence (an array). Note that in DDI, this is typically either 0 or 1. In related W3C work (Model for Tabular Data and Metadata on the Web), they appear to standardize on 1 (see https://www.w3.org/TR/tabular-data-model/ 4.3 [Columns] and 4.4 [Rows]: \"number - the position of the column amongst the columns for the associated table, starting from 1.\")"@en;
 22  rdfs:domain cdi:PhysicalSegmentLayout;
 23  rdfs:range xsd:integer;
 24.
 25
 26cdi:PhysicalSegmentLayout-catalogDetails
 27  a rdf:Property, owl:ObjectProperty, ucmis:Attribute;
 28  rdfs:label "catalogDetails";
 29  rdfs:comment "Bundles the information useful for a data catalog entry. \n\nExamples would be creator, contributor, title, copyright, embargo, and license information\n\nA set of information useful for attribution, data discovery, and access.\nThis is information that is tied to the identity of the object. If this information changes the version of the associated object changes."@en;
 30  rdfs:domain cdi:PhysicalSegmentLayout;
 31  rdfs:range cdi:CatalogDetails;
 32.
 33
 34cdi:PhysicalSegmentLayout-commentPrefix
 35  a rdf:Property, owl:DatatypeProperty, ucmis:Attribute;
 36  rdfs:label "commentPrefix";
 37  rdfs:comment "A string used to indicate that an input line is a comment, a string which precedes a comment in the data file. From https://www.w3.org/TR/tabular-metadata/ 5.9 Dialect  commentPrefix: 'An atomic property that sets the comment prefix flag to the single provided value, which MUST be a string. The default is \"#\".'"@en;
 38  rdfs:domain cdi:PhysicalSegmentLayout;
 39  rdfs:range xsd:string;
 40.
 41
 42cdi:PhysicalSegmentLayout-delimiter
 43  a rdf:Property, owl:DatatypeProperty, ucmis:Attribute;
 44  rdfs:label "delimiter";
 45  rdfs:comment "The Delimiting character in the data. Must be used if isDelimited is True. \"The separator between cells, set by the delimiter property of a dialect description. The default is ,. See the W3C Recommendation \"Metadata Vocabulary for Tabular Data\" (https://www.w3.org/TR/tabular-data-model/#encoding). From the \"CSV Dialect\" specification (https://specs.frictionlessdata.io/csv-dialect/#specification): \"delimiter: specifies a one-character string to use as the field separator. Default = ,.\""@en;
 46  rdfs:domain cdi:PhysicalSegmentLayout;
 47  rdfs:range xsd:string;
 48.
 49
 50cdi:PhysicalSegmentLayout-encoding
 51  a rdf:Property, owl:ObjectProperty, ucmis:Attribute;
 52  rdfs:label "encoding";
 53  rdfs:comment "The character encoding of the represented data. From the W3C Recommendation \"Metadata Vocabulary for Tabular Data\" (https://www.w3.org/TR/tabular-metadata/) 5.9 Dialect: \"encoding - An atomic property that sets the encoding flag to the single provided string value, which MUST be a defined in [encoding]. The default is 'utf-8'.\" From the same W3C recommendation 7.2 Encoding: \"CSV files should be encoded using UTF-8, and should be in Unicode Normal Form C as defined in [UAX15]. If a CSV file is not encoded using UTF-8, the encoding should be specified through the charset parameter in the Content-Type header.\""@en;
 54  rdfs:domain cdi:PhysicalSegmentLayout;
 55  rdfs:range cdi:ControlledVocabularyEntry;
 56.
 57
 58cdi:PhysicalSegmentLayout-escapeCharacter
 59  a rdf:Property, owl:DatatypeProperty, ucmis:Attribute;
 60  rdfs:label "escapeCharacter";
 61  rdfs:comment "\"The string that is used to escape the quote character within escaped cells, or null\" see https://www.w3.org/TR/tabular-data-model/#encoding. From https://www.w3.org/TR/tabular-metadata/ 5.9 Dialect \"doubleQuote: A boolean atomic property that, if true, sets the escape character flag to \". If false, to \\. The default is true.\" From http://specs.frictionlessdata.io/csv-dialect/ \"doubleQuote: controls the handling of quotes inside fields. If true, two consecutive quotes should be interpreted as one. Default = true\"."@en;
 62  rdfs:domain cdi:PhysicalSegmentLayout;
 63  rdfs:range xsd:string;
 64.
 65
 66cdi:PhysicalSegmentLayout-hasHeader
 67  a rdf:Property, owl:DatatypeProperty, ucmis:Attribute;
 68  rdfs:label "hasHeader";
 69  rdfs:comment "True if the file contains a header containing column names. From https://www.w3.org/TR/tabular-metadata/ 5.9 Dialect \"header: A boolean atomic property that, if true, sets the header row count flag to 1, and if false to 0, unless headerRowCount is provided, in which case the value provided for the header property is ignored. The default is true.\" From http://specs.frictionlessdata.io/csv-dialect/ \"header: indicates whether the file includes a header row. If true the first row in the file is a header row, not data. Default = true\"."@en;
 70  rdfs:domain cdi:PhysicalSegmentLayout;
 71  rdfs:range xsd:boolean;
 72.
 73
 74cdi:PhysicalSegmentLayout-headerIsCaseSensitive
 75  a rdf:Property, owl:DatatypeProperty, ucmis:Attribute;
 76  rdfs:label "headerIsCaseSensitive";
 77  rdfs:comment "If True, the case of the labels in the header is significant. From the \"CSV Dialect\" specification (http://specs.frictionlessdata.io/csv-dialect/): \"caseSensitiveHeader: indicates that case in the header is meaningful. For example, columns CAT and Cat should not be equated. Default = false.\""@en;
 78  rdfs:domain cdi:PhysicalSegmentLayout;
 79  rdfs:range xsd:boolean;
 80.
 81
 82cdi:PhysicalSegmentLayout-headerRowCount
 83  a rdf:Property, owl:DatatypeProperty, ucmis:Attribute;
 84  rdfs:label "headerRowCount";
 85  rdfs:comment "The number of lines in the header From https://www.w3.org/TR/tabular-metadata/ 5.9 Dialect \"headerRowCount: A numeric atomic property that sets the header row count flag to the single provided value, which MUST be a non-negative integer. The default is 1.\""@en;
 86  rdfs:domain cdi:PhysicalSegmentLayout;
 87  rdfs:range xsd:integer;
 88.
 89
 90cdi:PhysicalSegmentLayout-identifier
 91  a rdf:Property, owl:ObjectProperty, ucmis:Attribute;
 92  rdfs:label "identifier";
 93  rdfs:comment "Identifier for objects requiring short- or long-lasting referencing and management."@en;
 94  rdfs:domain cdi:PhysicalSegmentLayout;
 95  rdfs:range cdi:Identifier;
 96.
 97
 98cdi:PhysicalSegmentLayout-isDelimited
 99  a rdf:Property, owl:DatatypeProperty, ucmis:Attribute;
100  rdfs:label "isDelimited";
101  rdfs:comment "Indicates whether the data are in a delimited format. If \"true,\" the format is delimited, and the isFixedWidth property must be set to \"false.\" If not set to \"true,\" the property isFixedWitdh must be set to \"true.\""@en;
102  rdfs:domain cdi:PhysicalSegmentLayout;
103  rdfs:range xsd:boolean;
104.
105
106cdi:PhysicalSegmentLayout-isFixedWidth
107  a rdf:Property, owl:DatatypeProperty, ucmis:Attribute;
108  rdfs:label "isFixedWidth";
109  rdfs:comment "Set to true if the file is fixed-width. If true, isDelimited must be set to false."@en;
110  rdfs:domain cdi:PhysicalSegmentLayout;
111  rdfs:range xsd:boolean;
112.
113
114cdi:PhysicalSegmentLayout-lineTerminator
115  a rdf:Property, owl:DatatypeProperty, ucmis:Attribute;
116  rdfs:label "lineTerminator";
117  rdfs:comment "The strings that can be used at the end of a row, set by the lineTerminators property of a dialect description. The default is [CRLF, LF]. See the W3C Recommendation \"Metadata Vocabulary for Tabular Data\" (https://www.w3.org/TR/tabular-data-model/#encoding) 5.9 Dialect \"lineTerminators: An atomic property that sets the line terminators flag to either an array containing the single provided string value, or the provided array. The default is ['rn', 'n'].\" Also, from the \"CSV Dialect\" specification (http://specs.frictionlessdata.io/csv-dialect/): \"lineTerminator: specifies the character sequence which should terminate rows. Default = rn.\""@en;
118  rdfs:domain cdi:PhysicalSegmentLayout;
119  rdfs:range xsd:string;
120.
121
122cdi:PhysicalSegmentLayout-name
123  a rdf:Property, owl:ObjectProperty, ucmis:Attribute;
124  rdfs:label "name";
125  rdfs:comment "A linguistic signifier. Human understandable name (word, phrase, or mnemonic) that reflects the ISO/IEC 11179-5 naming principles. If more than one name is provided provide a context to differentiate usage."@en;
126  rdfs:domain cdi:PhysicalSegmentLayout;
127  rdfs:range cdi:ObjectName;
128.
129
130cdi:PhysicalSegmentLayout-nullSequence
131  a rdf:Property, owl:DatatypeProperty, ucmis:Attribute;
132  rdfs:label "nullSequence";
133  rdfs:comment "A string indicating a null value. From the W3C Recommendation \"Metadata Vocabulary for Tabular Data\" (https://www.w3.org/TR/tabular-metadata/) 4.3: \"null: the string or strings which cause the value of cells having string value matching any of these values to be null.\" From the same source, Inherited 5.7: \"null: An atomic property giving the string or strings used for null values within the data. If the string value of the cell is equal to any one of these values, the cell value is null. See Parsing Cells in [tabular-data-model] for more details. If not specified, the default for the null property is the empty string ''. The value of this property becomes the null annotation for the described column.\""@en;
134  rdfs:domain cdi:PhysicalSegmentLayout;
135  rdfs:range xsd:string;
136.
137
138cdi:PhysicalSegmentLayout-overview
139  a rdf:Property, owl:ObjectProperty, ucmis:Attribute;
140  rdfs:label "overview";
141  rdfs:comment "Short natural language account of the information obtained from the combination of properties and relationships associated with an object."@en;
142  rdfs:domain cdi:PhysicalSegmentLayout;
143  rdfs:range cdi:InternationalString;
144.
145
146cdi:PhysicalSegmentLayout-purpose
147  a rdf:Property, owl:ObjectProperty, ucmis:Attribute;
148  rdfs:label "purpose";
149  rdfs:comment "Intent or reason for the object/the description of the object."@en;
150  rdfs:domain cdi:PhysicalSegmentLayout;
151  rdfs:range cdi:InternationalString;
152.
153
154cdi:PhysicalSegmentLayout-quoteCharacter
155  a rdf:Property, owl:DatatypeProperty, ucmis:Attribute;
156  rdfs:label "quoteCharacter";
157  rdfs:comment "\"The string that is used around escaped cells, or null, set by the quoteChar property of a dialect description. The default is \".\". See W3C Recommendation \"Model for Tabular Data and Metadata on the Web\", https://www.w3.org/TR/tabular-data-model/#parsing. From the W3C Recommendation \"Metadata Vocabulary for Tabular Data\" (https://www.w3.org/TR/tabular-metadata/) 5.9 Dialect: \"quoteChar: An atomic property that sets the quote character flag to the single provided value, which MUST be a string or null. If the value is null, the escape character flag is also set to null. The default is '\"'.\" From the CSV Dialect specification (http://specs.frictionlessdata.io/csv-dialect/): \"quoteChar: specifies a one-character string to use as the quoting character. Default = \".\""@en;
158  rdfs:domain cdi:PhysicalSegmentLayout;
159  rdfs:range xsd:string;
160.
161
162cdi:PhysicalSegmentLayout-skipBlankRows
163  a rdf:Property, owl:DatatypeProperty, ucmis:Attribute;
164  rdfs:label "skipBlankRows";
165  rdfs:comment "If the value is True, blank rows are ignored. From the W3C Recommendation \"Metadata Vocabulary for Tabular Data\" (https://www.w3.org/TR/tabular-metadata/) 5.9 Dialect: \"skipBlankRows: A boolean atomic property that sets the skip blank rows flag to the single provided boolean value. The default is false.\""@en;
166  rdfs:domain cdi:PhysicalSegmentLayout;
167  rdfs:range xsd:boolean;
168.
169
170cdi:PhysicalSegmentLayout-skipDataColumns
171  a rdf:Property, owl:DatatypeProperty, ucmis:Attribute;
172  rdfs:label "skipDataColumns";
173  rdfs:comment "The number of columns to skip at the beginning of the row. From the W3C Recommendation \"Metadata Vocabulary for Tabular Data\" (https://www.w3.org/TR/tabular-metadata/) 5.9 Dialect: \"skipColumns: A numeric atomic property that sets the skip columns flag to the single provided numeric value, which MUST be a non-negative integer. The default is 0.\" A value other than 0 will mean that the source numbers of columns will be different from their numbers."@en;
174  rdfs:domain cdi:PhysicalSegmentLayout;
175  rdfs:range xsd:integer;
176.
177
178cdi:PhysicalSegmentLayout-skipInitialSpace
179  a rdf:Property, owl:DatatypeProperty, ucmis:Attribute;
180  rdfs:label "skipInitialSpace";
181  rdfs:comment "If the value is True, skip whitespace at the beginning of a line or following a delimiter. From the W3C Recommendation \"Metadata Vocabulary for Tabular Data\" (https://www.w3.org/TR/tabular-metadata/) 5.9 Dialect: \"skipInitialSpace: A boolean atomic property that, if true, sets the trim flag to 'start' and if false, to false. If the trim property is provided, the skipInitialSpace property is ignored. The default is false.\" From the CSV Dialect specification (http://specs.frictionlessdata.io/csv-dialect/): \"skipInitialSpace: specifies how to interpret whitespace which immediately follows a delimiter; if false, it means that whitespace immediately after a delimiter should be treated as part of the following field. Default = true.\""@en;
182  rdfs:domain cdi:PhysicalSegmentLayout;
183  rdfs:range xsd:boolean;
184.
185
186cdi:PhysicalSegmentLayout-skipRows
187  a rdf:Property, owl:DatatypeProperty, ucmis:Attribute;
188  rdfs:label "skipRows";
189  rdfs:comment "Number of input rows to skip preceding the header or data. From the W3C Recommendation \"Metadata Vocabulary for Tabular Data\" (https://www.w3.org/TR/tabular-metadata/) 5.9 Dialect: \"skipRows: A numeric atomic property that sets the skip rows flag to the single provided numeric value, which MUST be a non-negative integer. The default is 0.\" A value greater than 0 will mean that the source numbers of rows will be different from their numbers."@en;
190  rdfs:domain cdi:PhysicalSegmentLayout;
191  rdfs:range xsd:integer;
192.
193
194cdi:PhysicalSegmentLayout-tableDirection
195  a rdf:Property, owl:ObjectProperty, ucmis:Attribute;
196  rdfs:label "tableDirection";
197  rdfs:comment "Indicates the direction in which columns are arranged in each row. From the W3C Recommendation \"Metadata Vocabulary for Tabular Data\" (https://www.w3.org/TR/tabular-metadata/)  5.3.2: \"tableDirection: An atomic property that MUST have a single string value that is one of 'rtl', 'ltr', or 'auto'. Indicates whether the tables in the group should be displayed with the first column on the right, on the left, or based on the first character in the table that has a specific direction. The value of this property becomes the value of the table direction annotation for all the tables in the table group. See Bidirectional Tables in [tabular-data-model] for details. The default value for this property is 'auto'.\""@en;
198  rdfs:domain cdi:PhysicalSegmentLayout;
199  rdfs:range cdi:TableDirectionValues;
200.
201
202cdi:PhysicalSegmentLayout-textDirection
203  a rdf:Property, owl:ObjectProperty, ucmis:Attribute;
204  rdfs:label "textDirection";
205  rdfs:comment "Indicates the reading order of text within cells. From the W3C Recommendation \"Metadata Vocabulary for Tabular Data\" (https://www.w3.org/TR/tabular-metadata/) Inherited 5.7: \"textDirection: An atomic property that MUST have a single string value that is one of 'ltr', 'rtl', 'auto' or 'inherit' (the default). Indicates whether the text within cells should be displayed as left-to-right text (ltr), as right-to-left text (rtl), according to the content of the cell (auto) or in the direction inherited from the table direction annotation of the table. The value of this property determines the text direction annotation for the column, and the text direction annotation for the cells within that column: if the value is inherit then the value of the text direction annotation is the value of the table direction annotation on the table, otherwise it is the value of this property. See Bidirectional Tables in [tabular-data-model] for details.\""@en;
206  rdfs:domain cdi:PhysicalSegmentLayout;
207  rdfs:range cdi:TextDirectionValues;
208.
209
210cdi:PhysicalSegmentLayout-treatConsecutiveDelimitersAsOne
211  a rdf:Property, owl:DatatypeProperty, ucmis:Attribute;
212  rdfs:label "treatConsecutiveDelimitersAsOne";
213  rdfs:comment "If the value is True, consecutive (adjacent) delimiters are treated as a single delimiter; if the value is False consecutive (adjacent) delimiters indicate a missing value."@en;
214  rdfs:domain cdi:PhysicalSegmentLayout;
215  rdfs:range xsd:boolean;
216.
217
218cdi:PhysicalSegmentLayout-trim
219  a rdf:Property, owl:ObjectProperty, ucmis:Attribute;
220  rdfs:label "trim";
221  rdfs:comment "Specifies which spaces to remove from a data value (start, end, both, neither) From the W3C Recommendation \"Metadata Vocabulary for Tabular Data\" (https://www.w3.org/TR/tabular-metadata/) 5.9 Dialect: \"trim: An atomic property that, if the boolean true, sets the trim flag to true and if the boolean false to false. If the value provided is a string, sets the trim flag to the provided value, which MUST be one of 'true', 'false', 'start', or 'end'. The default is true.\""@en;
222  rdfs:domain cdi:PhysicalSegmentLayout;
223  rdfs:range cdi:TrimValues;
224.
225
226
227cdi:PhysicalSegmentLayout_isDefinedBy_Concept
228  a rdf:Property, owl:ObjectProperty, ucmis:Association;
229  # ASSOCIATION
230  rdfs:label "isDefinedBy";
231  skos:altLabel "PhysicalSegmentLayout_isDefinedBy_Concept";
232  rdfs:comment "The conceptual basis for the collection of members."@en;
233  rdfs:domain cdi:PhysicalSegmentLayout;
234  rdfs:range cdi:Concept;
235.
236
237cdi:PhysicalSegmentLayout_formats_LogicalRecord
238  a rdf:Property, owl:ObjectProperty, ucmis:Association;
239  # ASSOCIATION
240  rdfs:label "formats";
241  skos:altLabel "PhysicalSegmentLayout_formats_LogicalRecord";
242  rdfs:comment "Logical record physically represented by the physical layout."@en;
243  rdfs:domain cdi:PhysicalSegmentLayout;
244  rdfs:range cdi:LogicalRecord;
245.
246
247cdi:PhysicalSegmentLayout_has_ValueMapping
248  a rdf:Property, owl:ObjectProperty, ucmis:Association;
249  # ASSOCIATION
250  rdfs:label "has";
251  skos:altLabel "PhysicalSegmentLayout_has_ValueMapping";
252  
253  rdfs:domain cdi:PhysicalSegmentLayout;
254  rdfs:range cdi:ValueMapping;
255.
256
257cdi:PhysicalSegmentLayout_has_ValueMappingPosition
258  a rdf:Property, owl:ObjectProperty, ucmis:Association;
259  # ASSOCIATION
260  rdfs:label "has";
261  skos:altLabel "PhysicalSegmentLayout_has_ValueMappingPosition";
262  
263  rdfs:domain cdi:PhysicalSegmentLayout;
264  rdfs:range cdi:ValueMappingPosition;
265.

Fragment for the class PhysicalSegmentLayout (main JSON-LD)

  1{
  2  "@context": [
  3    {
  4      "cdi": "http://ddialliance.org/Specification/DDI-CDI/1.0/RDF/",
  5      "xsd": "http://www.w3.org/2001/XMLSchema#",
  6      "PhysicalSegmentLayout": "cdi:PhysicalSegmentLayout",
  7      "allowsDuplicates": {
  8        "@id": "cdi:PhysicalSegmentLayout-allowsDuplicates",
  9        "@type": "xsd:boolean"
 10      },
 11      "arrayBase": {
 12        "@id": "cdi:PhysicalSegmentLayout-arrayBase",
 13        "@type": "xsd:integer"
 14      },
 15      "catalogDetails": {
 16        "@id": "cdi:PhysicalSegmentLayout-catalogDetails",
 17        "@type": "@id",
 18        "@context": "CatalogDetails.jsonld"
 19      },
 20      "commentPrefix": {
 21        "@id": "cdi:PhysicalSegmentLayout-commentPrefix",
 22        "@type": "xsd:string"
 23      },
 24      "delimiter": {
 25        "@id": "cdi:PhysicalSegmentLayout-delimiter",
 26        "@type": "xsd:string"
 27      },
 28      "encoding": {
 29        "@id": "cdi:PhysicalSegmentLayout-encoding",
 30        "@type": "@id",
 31        "@context": "ControlledVocabularyEntry.jsonld"
 32      },
 33      "escapeCharacter": {
 34        "@id": "cdi:PhysicalSegmentLayout-escapeCharacter",
 35        "@type": "xsd:string"
 36      },
 37      "hasHeader": {
 38        "@id": "cdi:PhysicalSegmentLayout-hasHeader",
 39        "@type": "xsd:boolean"
 40      },
 41      "headerIsCaseSensitive": {
 42        "@id": "cdi:PhysicalSegmentLayout-headerIsCaseSensitive",
 43        "@type": "xsd:boolean"
 44      },
 45      "headerRowCount": {
 46        "@id": "cdi:PhysicalSegmentLayout-headerRowCount",
 47        "@type": "xsd:integer"
 48      },
 49      "identifier": {
 50        "@id": "cdi:PhysicalSegmentLayout-identifier",
 51        "@type": "@id",
 52        "@context": "Identifier.jsonld"
 53      },
 54      "isDelimited": {
 55        "@id": "cdi:PhysicalSegmentLayout-isDelimited",
 56        "@type": "xsd:boolean"
 57      },
 58      "isFixedWidth": {
 59        "@id": "cdi:PhysicalSegmentLayout-isFixedWidth",
 60        "@type": "xsd:boolean"
 61      },
 62      "lineTerminator": {
 63        "@id": "cdi:PhysicalSegmentLayout-lineTerminator",
 64        "@type": "xsd:string"
 65      },
 66      "name": {
 67        "@id": "cdi:PhysicalSegmentLayout-name",
 68        "@type": "@id",
 69        "@context": "ObjectName.jsonld"
 70      },
 71      "nullSequence": {
 72        "@id": "cdi:PhysicalSegmentLayout-nullSequence",
 73        "@type": "xsd:string"
 74      },
 75      "overview": {
 76        "@id": "cdi:PhysicalSegmentLayout-overview",
 77        "@type": "@id",
 78        "@context": "InternationalString.jsonld"
 79      },
 80      "purpose": {
 81        "@id": "cdi:PhysicalSegmentLayout-purpose",
 82        "@type": "@id",
 83        "@context": "InternationalString.jsonld"
 84      },
 85      "quoteCharacter": {
 86        "@id": "cdi:PhysicalSegmentLayout-quoteCharacter",
 87        "@type": "xsd:string"
 88      },
 89      "skipBlankRows": {
 90        "@id": "cdi:PhysicalSegmentLayout-skipBlankRows",
 91        "@type": "xsd:boolean"
 92      },
 93      "skipDataColumns": {
 94        "@id": "cdi:PhysicalSegmentLayout-skipDataColumns",
 95        "@type": "xsd:integer"
 96      },
 97      "skipInitialSpace": {
 98        "@id": "cdi:PhysicalSegmentLayout-skipInitialSpace",
 99        "@type": "xsd:boolean"
100      },
101      "skipRows": {
102        "@id": "cdi:PhysicalSegmentLayout-skipRows",
103        "@type": "xsd:integer"
104      },
105      "tableDirection": {
106        "@id": "cdi:PhysicalSegmentLayout-tableDirection",
107        "@type": "@vocab",
108        "@context": {
109          "Auto": "cdi:Auto",
110          "Ltr": "cdi:Ltr",
111          "Rtl": "cdi:Rtl",
112          " comment ": "tag:json-should-support-trailing-commas" 
113        }
114      },
115      "textDirection": {
116        "@id": "cdi:PhysicalSegmentLayout-textDirection",
117        "@type": "@vocab",
118        "@context": {
119          "Auto": "cdi:Auto",
120          "Inherit": "cdi:Inherit",
121          "Ltr": "cdi:Ltr",
122          "Rtl": "cdi:Rtl",
123          " comment ": "tag:json-should-support-trailing-commas" 
124        }
125      },
126      "treatConsecutiveDelimitersAsOne": {
127        "@id": "cdi:PhysicalSegmentLayout-treatConsecutiveDelimitersAsOne",
128        "@type": "xsd:boolean"
129      },
130      "trim": {
131        "@id": "cdi:PhysicalSegmentLayout-trim",
132        "@type": "@vocab",
133        "@context": {
134          "Both": "cdi:Both",
135          "End": "cdi:End",
136          "Neither": "cdi:Neither",
137          "Start": "cdi:Start",
138          " comment ": "tag:json-should-support-trailing-commas" 
139        }
140      },
141      
142      "isDefinedBy": {
143        "@id": "cdi:PhysicalSegmentLayout_isDefinedBy_Concept",
144        "@type": "@id"      },
145      "formats": {
146        "@id": "cdi:PhysicalSegmentLayout_formats_LogicalRecord",
147        "@type": "@id"      },
148      "has": {
149        "@id": "cdi:PhysicalSegmentLayout_has_ValueMapping",
150        "@type": "@id"      },
151      "has": {
152        "@id": "cdi:PhysicalSegmentLayout_has_ValueMappingPosition",
153        "@type": "@id"      },
154      "has_OF_InstanceVariable": {
155        "@reverse": "cdi:InstanceVariable_has_PhysicalSegmentLayout",
156        "@type": "@id"
157      },
158      "structures_OF_PhysicalLayoutRelationStructure": {
159        "@reverse": "cdi:PhysicalLayoutRelationStructure_structures_PhysicalSegmentLayout",
160        "@type": "@id"
161      },
162      "has_OF_PhysicalRecordSegment": {
163        "@reverse": "cdi:PhysicalRecordSegment_has_PhysicalSegmentLayout",
164        "@type": "@id"
165      },
166      " comment ": "tag:json-should-support-trailing-commas" 
167    }
168  ],
169  "generatedBy": "This code was generated by the Eclipse Acceleo project UCMIS M2T on 2024-03-16 23:40:10.",
170  "basedOn": "based on the UML data type DDICDIModels::DDICDILibrary::Classes::FormatDescription::PhysicalSegmentLayout"
171}