Sha256: 1251d91d4d286b3fa0d38ab5b17a966292ecedd02867cc69d5a484bfbd59cdb2

Contents?: true

Size: 1.07 KB

Versions: 99

Compression:

Stored size: 1.07 KB

Contents

modelType: class
definition: |
  An `AttributeProfile` represents name, cardinalities and value type of an
  attribute in a model that complies with a profile that includes this
  AttributeProfile.

  If it represents an attribute that has been previously defined, e.g. an
  attribute in Address model defined in <<ISO19160-1>>, it extends the
  definition of the attribute by redefining the name, cardinalities and value
  type.
attributes:
  name:
    definition: The name of the attribute represented by this AttributeProfile.
    type: CharacterString
  minCardinality:
    definition: The minimum number of occurrences of the attribute represented by this AttributeProfile.
    type: Integer
    cardinality:
      min: 0
      max: 1
  maxCardinality:
    definition: The maximum number of occurences of the attribute represented by this AttributeProfile.
    type: Integer
    cardinality:
      min: 0
      max: 1
  valueType:
    definition: The data type of values of the attribute represented by this AttributeProfile.
    type: CharacterString
    cardinality:
      min: 0
      max: 1

Version data entries

99 entries across 98 versions & 3 rubygems

Version Path
metanorma-standoc-2.2.6 spec/examples/datamodel/models/models/AttributeProfile.yml
metanorma-standoc-2.2.5 spec/examples/datamodel/models/models/AttributeProfile.yml
metanorma-standoc-2.2.4 spec/examples/datamodel/models/models/AttributeProfile.yml
metanorma-standoc-2.2.3.1 spec/examples/datamodel/models/models/AttributeProfile.yml
metanorma-standoc-2.2.3 spec/examples/datamodel/models/models/AttributeProfile.yml
metanorma-standoc-2.2.2.2 spec/examples/datamodel/models/models/AttributeProfile.yml
metanorma-standoc-2.2.2.1 spec/examples/datamodel/models/models/AttributeProfile.yml
metanorma-standoc-2.2.2 spec/examples/datamodel/models/models/AttributeProfile.yml
metanorma-standoc-2.2.1.1 spec/examples/datamodel/models/models/AttributeProfile.yml
metanorma-standoc-2.2.1 spec/examples/datamodel/models/models/AttributeProfile.yml
metanorma-standoc-2.2.0.1 spec/examples/datamodel/models/models/AttributeProfile.yml
metanorma-standoc-2.2.0 spec/examples/datamodel/models/models/AttributeProfile.yml
metanorma-standoc-2.1.5 spec/examples/datamodel/models/models/AttributeProfile.yml
metanorma-standoc-2.1.4 spec/examples/datamodel/models/models/AttributeProfile.yml
metanorma-standoc-2.1.3 spec/examples/datamodel/models/models/AttributeProfile.yml
metanorma-standoc-2.1.2 spec/examples/datamodel/models/models/AttributeProfile.yml
metanorma-standoc-2.1.1 spec/examples/datamodel/models/models/AttributeProfile.yml
metanorma-standoc-2.1.0 spec/examples/datamodel/models/models/AttributeProfile.yml
metanorma-standoc-2.0.7 spec/examples/datamodel/models/models/AttributeProfile.yml
metanorma-standoc-2.0.6 spec/examples/datamodel/models/models/AttributeProfile.yml