Skip to content

Commit

Permalink
Add documentation for URN, Agency, ID & Version #14
Browse files Browse the repository at this point in the history
  • Loading branch information
borsna committed Dec 19, 2023
1 parent cb64d23 commit e43dc81
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions CompositeTypes/IdentifiableType/IdentifiableType.csv
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Name,DataType,MinCardinality,MaxCardinality,Description,Ordered,AllowSubtypes,MinLength,MaxLength,Enumeration,Pattern,MinInclusive,MinExclusive,MaxInclusive,MaxExclusive,DeprecatedNamespace,DeprecatedElementOrAttribute,DeprecatedChoiceGroup
URN,string,1,1,,,,,,,"[Uu][Rr][Nn]:[Dd][Dd][Ii]:[a-zA-Z0-9\-]{1,63}(\.[a-zA-Z0-9\-]{1,63})*:[A-Za-z0-9\*@$\-_]+(\.[A-Za-z0-9\*@$\-_]+)?:[0-9]+(\.[0-9]+)*",,,,,,,
Agency,string,1,1,,,,1,253,,"[a-zA-Z0-9\-]{1,63}(\.[a-zA-Z0-9\-]{1,63})*",,,,,,,
ID,string,1,1,,,,,,,[A-Za-z0-9\*@$\-_]+(\.[A-Za-z0-9\*@$\-_]+)?,,,,,,,
Version,string,1,1,,,,,,,[0-9]+(\.[0-9]+)*,,,,,,,
URN,string,1,1,"The URN of the entity matching the DDI URN pattern associated with the value of the attribute typeOfIdentifier (Canonical or Deprecated).",,,,,,"[Uu][Rr][Nn]:[Dd][Dd][Ii]:[a-zA-Z0-9\-]{1,63}(\.[a-zA-Z0-9\-]{1,63})*:[A-Za-z0-9\*@$\-_]+(\.[A-Za-z0-9\*@$\-_]+)?:[0-9]+(\.[0-9]+)*",,,,,,,
Agency,string,1,1,"This is the registered agency code with optional sub-agencies separated by dots.",,,1,253,,"[a-zA-Z0-9\-]{1,63}(\.[a-zA-Z0-9\-]{1,63})*",,,,,,,
ID,string,1,1,"The ID of the object. This must conform to the allowed structure of the DDI Identifier and must be unique within the declared scope of uniqueness (Agency or Maintainable).",,,,,,[A-Za-z0-9\*@$\-_]+(\.[A-Za-z0-9\*@$\-_]+)?,,,,,,,
Version,string,1,1,"The version number of the object. For the identifiable object this is the version number of its parent versionable at the point of creation or alteration of the non-administrative metadata of the identifiable. Versionable and Maintainable items increment their version number whenever the non-administrative metadata contained by the object changes.",,,,,,[0-9]+(\.[0-9]+)*,,,,,,,
UserID,UserIDType,0,n,"Allows for the specification of identifiers other than the specified DDI identification of the object. This may be a legacy ID from DDI-C, a system specific ID such as for a database or registry, or a non-DDI unique identifier. As the identifier is specific to a system the system must be identified with the UserID structure.",,,,,,,,,,,ddi:reusable:3_3,e,
UserAttributePair,StandardKeyValuePairType,0,n,A system specific user defined property of the object expressed as a key/value pair. As this is specific to an individual system the use of controlled vocabularies for the key is strongly recommended.,,,,,,,,,,,ddi:reusable:3_3,e,

0 comments on commit e43dc81

Please sign in to comment.