Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
khazelton authored Apr 8, 2020
1 parent 72e466c commit a5b6c09
Show file tree
Hide file tree
Showing 5 changed files with 1,206 additions and 0 deletions.
109 changes: 109 additions & 0 deletions schema/bannerSoMattributes.adoc
Original file line number Diff line number Diff line change
@@ -0,0 +1,109 @@
=== bannerSoMattributes.adoc

- - -
_2020-04-08 10:10 attribute list

FROM bannerSchema.adoc

body

addRequest

executionMode: ?
requestID: ?
returnData: ?
targetID: ?

psoID
ID: ALPHA
targetID: ?
containerID/

containerID
ID: ?
targetID: ?
containerID/

data:

UDCIdentity
UDCIdentifier: E286607965E09B09BC1183030991013099

PersonIdentity
PUBLISHER_NAME: Banner
action: UPDATE

PersonName
FormattedName: given family
GivenName
FamilyName
Affix type:formOfAddress: Mr.
Affix type:qualification: Sr.

Gender: Mmmm

Birthdate
BirthDay: 1
BirthMonth: 1
BirthYear: 1997

PersonIdentity/

InstitutionalRoles

institutionalrole
role: UGRAD
context: INTCOMP
institutionalrole/

institutionalrole
role: INTACCEPT
context: INTCOMP
institutionalrole/

Institutional Roles/

Extension

Attribute
name: CWID
value: 1075463499

Attribute
name: PIDM
value: 44396499

Attribute
name: PIDM
value: 44396499

Attribute
name: APDC_CODE||'|'||APDC_DATE||'|'||TERM_CODE_ENTRY||'|'||LEVL_CODE||'|'||APPL_NO
value: CC|2015-07-28 14:32:49|202080|UG|1

Attribute
name: GOBTPAC_USER
value: GLEE

Attribute
name: GOBTPAC_USER
value: GLEE

Extension/

UDCIdentity/

data/

capabilityData
capabilityURI: ?
mustUnderstand: ?

addRequest/

body/



- - -
_2020-04-08 10:10 references and links_
94 changes: 94 additions & 0 deletions schema/bannerSoMattributes.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,94 @@
{
"addRequest": {
"executionMode": "x",
"requestID": "x",
"returnData": "x",
"targetID": "x",
"psoID": {
"ID": "ALPHA",
"targetID": "x",
"psoContainerID": null
},
"containerID": {
"ID": "x",
"targetID": "x"
},
"data": {
"UDCIdentity": {
"UDCIdentifier": "E286607965E09B09BC1183030991013099"
},
"PersonIdentity": {
"PUBLISHER_NAME": "Banner",
"action": "UPDATE",
"PersonName": {
"FormattedName": "given family",
"GivenName": "x",
"FamilyName": "x",
"Affix typeFormOfAddress": "Mr.",
"Affix typeQualification": "Sr."
},
"Gender": "M",
"Birthdate": {
"BirthDay": 1,
"BirthMonth": 1,
"BirthYear": 1997
}
},
"InstitutionalRoles": [
{
"institutionalrole": {
"role": "UGRAD",
"context": "INTCOMP"
}
},
{
"institutionalrole": null,
"role": "INTACCEPT",
"context": "INTCOMP"
}
],
"Extension": [
{
"Attribute": {
"name": "CWID",
"value": 1075463499
}
},
{
"Attribute": {
"name": "PIDM",
"value": 44396499
}
},
{
"Attribute": {
"name": "PIDM",
"value": 44396499
}
},
{
"Attribute": {
"name": "APDC_CODE||'|'||APDC_DATE||'|'||TERM_CODE_ENTRY||'|'||LEVL_CODE||'|'||APPL_NO",
"value": "CC|2015-07-28 14:32:49|202080|UG|1"
}
},
{
"Attribute": {
"name": "GOBTPAC_USER",
"value": "GLEE"
}
},
{
"Attribute": {
"name": "GOBTPAC_USER",
"value": "GLEE"
}
}
]
},
"capabilityData": {
"capabilityURI": "x",
"mustUnderstand": "x"
}
}
}
76 changes: 76 additions & 0 deletions schema/bannerSoMattributes.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,76 @@
addRequest:
executionMode: x
requestID: x
returnData: x
targetID: x

psoID:
ID: ALPHA
targetID: x
psoContainerID: NULL

containerID:
ID: x
targetID: x

data:

UDCIdentity:
UDCIdentifier: E286607965E09B09BC1183030991013099

PersonIdentity:
PUBLISHER_NAME: Banner
action: UPDATE

PersonName:
FormattedName: given family
GivenName: x
FamilyName: x
Affix typeFormOfAddress: Mr.
Affix typeQualification: Sr.

Gender: M

Birthdate:
BirthDay: 1
BirthMonth: 1
BirthYear: 1997

InstitutionalRoles:

- institutionalrole:
role: UGRAD
context: INTCOMP
- institutionalrole:
role: INTACCEPT
context: INTCOMP

Extension:

- Attribute:
name: CWID
value: 1075463499

- Attribute:
name: PIDM
value: 44396499

- Attribute:
name: PIDM
value: 44396499

- Attribute:
name: APDC_CODE||'|'||APDC_DATE||'|'||TERM_CODE_ENTRY||'|'||LEVL_CODE||'|'||APPL_NO
value: CC|2015-07-28 14:32:49|202080|UG|1

- Attribute:
name: GOBTPAC_USER
value: GLEE

- Attribute:
name: GOBTPAC_USER
value: GLEE

capabilityData:
capabilityURI: x
mustUnderstand: x
Loading

0 comments on commit a5b6c09

Please sign in to comment.