Skip to content

Instantly share code, notes, and snippets.

@mverzilli
Last active August 29, 2015 14:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mverzilli/4c5b3d80276a18f8e772 to your computer and use it in GitHub Desktop.
Save mverzilli/4c5b3d80276a18f8e772 to your computer and use it in GitHub Desktop.
Mapping a CSD organization
La metadata que tiene (*) Tiene que repetirse en todos los campos de ahí para abajo en la jerarquía del modelo.
Los entries con value='' admiten cualquier valor, no hace falta que sean empty.
## Organization
CSDOrganization => XXX (*)
## OID (Text)
CSDAttributeFor => CSDOrganization
CSDAttribute => oid
## Services
CSDService => YYY (*)
## OID (Text)
CSDAttributeFor => CSDService
CSDAttribute => oid
## Names
CSDName => ZZZ (*)
CSDChildOf => CSDService
## Forename
CSDForename => ''
## Surname
CSDSurname => ''
## Common names
CSDCommonName => ''
language => a BCP 47 language code
## Languages
CSDLanguage => ''
CSDChildOf => CSDService
codingSchema => a coding schema (for example: "BCP 47")
## Operating Hours
CSDOperatingHours => XXX (*)
CSDChildOf => CSDService
## Open flag (Yes/No field)
CSDChildOf => CSDService
CSDOpenFlag => ''
## Day of the week (Integer, Sunday=0, Monday=1, ...)
CSDChildOf => CSDService
CSDDayOfTheWeek => ''
## Beginning hour (Text)
CSDChildOf => CSDService
CSDBeginningHour => ''
## Ending hour (Text)
CSDChildOf => CSDService
CSDBeginningHour => ''
## Begin effective date (Date)
CSDChildOf => CSDService
CSDBeginEffectiveDate => ''
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment