This document describes the First Responder Verifiable Credentials Specification v0.1, i.e., the specification for describing First Responders using Verifiable Credentials that is compatible with NIEMOpen, a community-driven, common vocabulary that enables efficient information exchange across diverse public and private organizations. This document provides an introduction and examples for developers issuing and verifying Verifiable Credentials for use in the First Responder community.
Alternate versions of the vocabulary definition exist in Turtle and JSON-LD.
Portions of the work on this specification have been funded by the United States Department of Homeland Security's (US DHS) Science and Technology Directorate under contract 70RSAT23C00000030. The content of this specification does not necessarily reflect the position or the policy of the U.S. Government and no official endorsement should be inferred.
During emergency situations, it is critical for incident commanders to understand the collection of people that are at the site, as well as their skills and training, in order to deploy the right people, to the right places, at the right time. This specification is useful for describing First Responders using Verifiable Credentials in a way that is compatible with NIEMOpen, a community-driven, common vocabulary that enables efficient information exchange across diverse public and private organizations. Verifiable credentials being issued using this technology can be utilized by incident commanders to quickly and accurately determine the capabilities of their responders as well as vet, in real time, the veracity of their qualifications.
The following sections show how the First Responder Vocabulary can be used to express identification badges, as well as skills and training information associated with the First Responder. There are a number of useful skills and training vocabularies used by the education and training sector today which can be used to complement the NIEMs vocabulary for richer expression of skills and training data, which can then be employed by software systems operating on behalf of incident commanders to more accurately place individuals with situations for which they are trained to address.
{ "@context": [ "https://www.w3.org/ns/credentials/v2", "https://w3id.org/first-responder/v1" ], "id": "https://www.nremt.org/registrations/238947023", "type": ["VerifiableCredential", "FirstResponderCredential"], "issuer": { "id": "https://www.nremt.org/", "name": "National Registry of Emergency Medical Technicians", "image": "https://www.nremt.org/getmedia/1f345ca2-c51e-46bf-9c16-2085bbe6214f/Emergency-Medical-Responder-Sticker.png" }, "validFrom": "2023-01-01T00:00:00Z", "validUntil": "2028-01-01T00:00:00Z", "credentialSubject": { "id": "did:key:z6MkjCysjs36Cx1mt5cBH5MbbNWdhA7PA3JY4VFs1PyLneWg", "type": "FirstResponder", "name": "Samantha Doe", "image": "data:image/png;base64,iVBORw0KGgoAA...TXL0Y4OHwAAAABJRU5ErkJggg==", "ownerInformation": { "homeUnit": { "id": "https://www.gradyhealth.org/", "organizationName": "Grady Memorial Hospital" } }, "experience": { "jobTitleOrRole": { "jobTitleOrRoleName": "Emergency Medical Technician", "jurisdictionName": "Georgia", "organizationAffiliationCategoryCode": "Full-time", "deploymentSummary": { "deploymentStartDate": "2020-03-19", "deploymentDaysNumeric": 105 } } }, "badge": { "type": "Badge", "badgeJobTitleText": "Emergency Medical Technician", "personHumanResource": { "personIDCard": { "nameOnCardText": "Samantha Doe", "idCategoryCodeAbstract": "3857923-24", "signatureAuthorityName": "Grady Memorial Hospital", "agencySymbol": "data:image/png;base64,iVBORwY4OHwAAA...0ABTXLU5kJg0KGgoAA=", "cardPicture": "data:image/png;base64,iVBORw0KGgoAA...TXL0Y4OHwAAAABJRU5ErkJggg==", "eAssuranceLevelCode": 3, "fips201ConformanceCode": "HIGH" } } } }, "proof": { "type": "DataIntegrityProof", "created": "2023-07-12T01:19:52Z", "verificationMethod": "did:key:z6MkjCysjs36Cx1mt5cBH5MbbNWdhA7PA3JY4VFs1PyLneWg#z6MkjCysjs36Cx1mt5cBH5MbbNWdhA7PA3JY4VFs1PyLneWg", "cryptosuite": "eddsa-2022", "proofPurpose": "assertionMethod", "proofValue": "z2xzCdyYpxcrnYfaWUuQb7K9htwTxmFFndAwofNV81F8iZvAgqnmz9bswK6wBoX7e529Ymd3xT1YrcbZzvbzDRHtZ" } }
{ "@context": [ "https://www.w3.org/ns/credentials/v2", "https://w3id.org/first-responder/v1" ], "id": "https://www.nremt.org/registrations/238947023", "type": ["VerifiableCredential", "FirstResponderCredential"], "issuer": { "id": "https://www.naemt.org/", "name": "National Association of Emergency Medical Technicians", "image": "https://naemt.org/img/logo-w.png" }, "validFrom": "2023-01-01T00:00:00Z", "validUntil": "2028-01-01T00:00:00Z", "credentialSubject": { "id": "did:key:z6MkjCysjs36Cx1mt5cBH5MbbNWdhA7PA3JY4VFs1PyLneWg", "type": "FirstResponder", "skill": { "id": "https://osmt.wgu.edu/api/skills/2efb4eb6-380a-4fdc-8eb3-8f05a0b160c6", "type": "Skill", "skillName": "Administer Neonatal Artificial Breaths", "skillDescriptionText": "guidelines to an unresponsive newborn infant.", "skillAcquiredCategoryCode": "Trained", "skillUseHistoryText": "Weekly Emergency Room rotation from June 2020 to April 2023 in pediatric ward of Grady Memorial Hospital.", } }, "proof": { "type": "DataIntegrityProof", "created": "2023-07-12T01:19:52Z", "verificationMethod": "did:key:z6MkjCysjs36Cx1mt5cBH5MbbNWdhA7PA3JY4VFs1PyLneWg#z6MkjCysjs36Cx1mt5cBH5MbbNWdhA7PA3JY4VFs1PyLneWg", "cryptosuite": "eddsa-2022", "proofPurpose": "assertionMethod", "proofValue": "z2xzCdyYpxcrnYfaWUuQb7K9htwTxmFFndAwofNV81F8iZvAgqnmz9bswK6wBoX7e529Ymd3xT1YrcbZzvbzDRHtZ" } }
{ "@context": [ "https://www.w3.org/ns/credentials/v2", "https://w3id.org/first-responder/v1" ], "id": "https://www.nremt.org/registrations/238947023", "type": ["VerifiableCredential", "FirstResponderCredential"], "issuer": { "id": "https://www.naemt.org/", "name": "National Association of Emergency Medical Technicians", "image": "https://naemt.org/img/logo-w.png" }, "validFrom": "2023-01-01T00:00:00Z", "validUntil": "2028-01-01T00:00:00Z", "credentialSubject": { "id": "did:key:z6MkjCysjs36Cx1mt5cBH5MbbNWdhA7PA3JY4VFs1PyLneWg", "type": "FirstResponder", "skill": { "@context": "https://rsd.openskillsnetwork.org/context-v1.json", "id": "https://osmt.wgu.edu/api/skills/2efb4eb6-380a-4fdc-8eb3-8f05a0b160c6", "type": "RichSkillDescriptor", "skillName": "Administer Neonatal Artificial Breaths", "skillStatement": "Administer artificial breaths per the American Academy of Pediatrics guidelines to an unresponsive newborn infant.", "keywords": ["Neonatal Resuscitation Program", "Cyanosis"], "alignments": [{ "id": "Neonatal Resuscitation Program (emsidata.com)", "skillName": "Neonatal Resuscitation Program" }], "standards": [{ "skillName": "CoARC_Standards" }], "certifications": [{ "name": "NBRC_CRT_TMC" }, { "name": "NBRC_RRT_TMC" }, { "name": "NBRC_RRT_CSE" }], "occupations": [{ "code": "29-1126", "targetNodeName": "Respiratory Therapists", "frameworkName": "bls", "parents": [{ "code": "29-0000", "targetNodeName": "Healthcare Practitioners and Technical Occupations", "level": "Major" }, { "code": "29-1000", "targetNodeName": "Healthcare Diagnosing or Treating Practitioners", "level": "Minor" }, { "code": "29-1120", "targetNodeName": "Therapists", "level": "Broad" }, { "code": "29-1126", "targetNodeName": "Respiratory Therapists", "level": "Detailed" }] }], "creator": "https://credentialengineregistry.org/resources/ce-036d082d-d80e-41a7-99a0-2d63a4ad3a4a", "status": "published", "category": "Neonatal Resuscitation Program", "author": "Western Governors University", "uuid": "2efb4eb6-380a-4fdc-8eb3-8f05a0b160c6", "creationDate": "2022-04-07T13:11:29.242633Z", "updateDate": "2022-04-07T13:15:27.343033Z", "publishDate": "2022-04-07T13:15:27.343043Z", "collections": [{ "uuid": "2b5ca8da-44fd-461b-8ea7-0f9c314e4084", "name": "Respiratory Therapists_JAN.2023" }] } }, "proof": { "type": "DataIntegrityProof", "created": "2023-07-12T01:19:52Z", "verificationMethod": "did:key:z6MkjCysjs36Cx1mt5cBH5MbbNWdhA7PA3JY4VFs1PyLneWg#z6MkjCysjs36Cx1mt5cBH5MbbNWdhA7PA3JY4VFs1PyLneWg", "cryptosuite": "eddsa-2022", "proofPurpose": "assertionMethod", "proofValue": "z2xzCdyYpxcrnYfaWUuQb7K9htwTxmFFndAwofNV81F8iZvAgqnmz9bswK6wBoX7e529Ymd3xT1YrcbZzvbzDRHtZ" } }
{ "@context": [ "https://www.w3.org/ns/credentials/v2", "https://w3id.org/first-responder/v1" ], "id": "https://wgu.edu/skills/89237492347", "type": ["VerifiableCredential", "FirstResponderCredential"], "issuer": { "id": "https://wgu.edu/", "name": "Western Governors University", "image": "https://wgu.edu/logo.png" }, "validFrom": "2023-01-01T00:00:00Z", "validUntil": "2028-01-01T00:00:00Z", "credentialSubject": { "id": "did:key:z6MkjCysjs36Cx1mt5cBH5MbbNWdhA7PA3JY4VFs1PyLneWg", "type": "FirstResponder", "skill": { "@context": "https://purl.imsglobal.org/spec/ob/v3p0/context-3.0.2.json", "id": "https://wgu.edu/achievements/administer-neonatal-artificial-breaths", "type": "Achievement", "achievementType": "Competency", "name": "Administer Neonatal Artificial Breaths", "alignment": [{ "type": "Alignment", "targetUrl": "https://emsidata.com/", "targetDescription": "Administer artificial breaths per the American Academy of Pediatrics guidelines to an unresponsive newborn infant.", "targetName": "Neonatal Resuscitation Program", "targetFramework": "Neonatal Resuscitation Program" }], "creator": { "id": "https://emsidata.com/issuers/234987", "type":"Profile", "name": "Western Governors University", "url": "https://osmt.wgu.edu/api/skills/2efb4eb6-380a-4fdc-8eb3-8f05a0b160c6/image", "description": "Western Governors University's Open Skills Program.", "email": "osmt@wgu.edu" }, "criteria": { "narrative": "Learners must be able to administer artificial breaths per the American Academy of Pediatrics guidelines to an unresponsive newborn infant." }, "description": "This achievement represents an skill gained while training to be a specialized Emergency Medical Technician.", "image": { "id": "https://emsidata.com/skills/images/anab.png", "type": "Image", "caption": "An silhouette of an infant overlayed with the Rod of Aesculapius, which is a symbol of healing in the medical profession." } } }, "proof": { "type": "DataIntegrityProof", "created": "2023-07-12T01:19:52Z", "verificationMethod": "did:key:z6MkjCysjs36Cx1mt5cBH5MbbNWdhA7PA3JY4VFs1PyLneWg#z6MkjCysjs36Cx1mt5cBH5MbbNWdhA7PA3JY4VFs1PyLneWg", "cryptosuite": "eddsa-2022", "proofPurpose": "assertionMethod", "proofValue": "z2xzCdyYpxcrnYfaWUuQb7K9htwTxmFFndAwofNV81F8iZvAgqnmz9bswK6wBoX7e529Ymd3xT1YrcbZzvbzDRHtZ" } }
{ "@context": [ "https://www.w3.org/ns/credentials/v2", "https://w3id.org/first-responder/v1" ], "id": "https://www.nremt.org/registrations/238947023", "type": ["VerifiableCredential", "FirstResponderCredential"], "issuer": { "id": "https://www.nvcc.edu/", "name": "Northern Virginia Community College", "image": "https://www.nvcc.edu/logo.png" }, "validFrom": "2023-01-01T00:00:00Z", "validUntil": "2028-01-01T00:00:00Z", "credentialSubject": { "id": "did:key:z6MkjCysjs36Cx1mt5cBH5MbbNWdhA7PA3JY4VFs1PyLneWg", "type": "FirstResponder", "training": { "id": "https://courses.vccs.edu/courses/EMS140-SpecialPopulationsLab/detail", "type": "Training", "courseText": "EMS 139 - Special Populations", "courseLevelText": "Intermediate", "isIssuedCertificationIndicator": true, "trainingDuration": 20 } }, "proof": { "type": "DataIntegrityProof", "created": "2023-07-12T01:19:52Z", "verificationMethod": "did:key:z6MkjCysjs36Cx1mt5cBH5MbbNWdhA7PA3JY4VFs1PyLneWg#z6MkjCysjs36Cx1mt5cBH5MbbNWdhA7PA3JY4VFs1PyLneWg", "cryptosuite": "eddsa-2022", "proofPurpose": "assertionMethod", "proofValue": "z2xzCdyYpxcrnYfaWUuQb7K9htwTxmFFndAwofNV81F8iZvAgqnmz9bswK6wBoX7e529Ymd3xT1YrcbZzvbzDRHtZ" } }
{ "@context": [ "https://www.w3.org/ns/credentials/v2", "https://w3id.org/first-responder/v1" ], "id": "https://www.nremt.org/registrations/238947023", "type": ["VerifiableCredential", "FirstResponderCredential"], "issuer": { "id": "https://wgu.edu/", "name": "Western Governors University", "image": "https://wgu.edu//wgulogo.png" }, "validFrom": "2023-01-01T00:00:00Z", "validUntil": "2028-01-01T00:00:00Z", "credentialSubject": { "id": "did:key:z6MkjCysjs36Cx1mt5cBH5MbbNWdhA7PA3JY4VFs1PyLneWg", "type": "FirstResponder", "training": { "@context": "https://purl.imsglobal.org/spec/ob/v3p0/context-3.0.2.json", "id": "https://wgu.edu/classes/2023/emt-184-spring/", "type": "Achievement", "achievementType": "CertificateOfCompletion", "name": "EMT-184: Emergency Medical Technician (Neonatal Elective)", "alignment": [{ "type": "Alignment", "targetUrl": "https://emsidata.com/", "targetDescription": "Guidelines for administering emergency care to an unresponsive newborn infant.", "targetName": "Neonatal Resuscitation Program", "targetFramework": "Neonatal Resuscitation Program" }], "creator": { "id": "https://emsidata.com/issuers/234987", "type":"Profile", "name": "Western Governors University", "url": "https://osmt.wgu.edu/api/skills/2efb4eb6-380a-4fdc-8eb3-8f05a0b160c6/image", "description": "Western Governors University's Open Skills Program.", "email": "osmt@wgu.edu" }, "criteria": { "narrative": "Learners must be able to administer follow national guidelines when administering emergency care to an unresponsive newborn infant." }, "description": "This certificate of completion is awarded to Samantha Doe for the completion of the Neonatal Resuscitation Program provided by Western Governors University in May 2023.", "image": { "id": "https://emsidata.com/skills/images/anab.png", "type": "Image", "caption": "An silhouette of an infant overlayed with the Rod of Aesculapius, which is a symbol of healing in the medical profession." } } }, "proof": { "type": "DataIntegrityProof", "created": "2023-07-12T01:19:52Z", "verificationMethod": "did:key:z6MkjCysjs36Cx1mt5cBH5MbbNWdhA7PA3JY4VFs1PyLneWg#z6MkjCysjs36Cx1mt5cBH5MbbNWdhA7PA3JY4VFs1PyLneWg", "cryptosuite": "eddsa-2022", "proofPurpose": "assertionMethod", "proofValue": "z2xzCdyYpxcrnYfaWUuQb7K9htwTxmFFndAwofNV81F8iZvAgqnmz9bswK6wBoX7e529Ymd3xT1YrcbZzvbzDRHtZ" } }
This specification makes use of the following namespaces:
fr
https://w3id.org/first-responder#
aamva_d20
http://release.niem.gov/niem/codes/aamva_d20/5.0/#
ag
http://release.niem.gov/niem/domains/agriculture/5.2/#
ag_codes
http://release.niem.gov/niem/codes/ag_codes/5.0/#
apco
http://release.niem.gov/niem/codes/apco/5.0/#
atf
http://release.niem.gov/niem/codes/atf/5.0/#
biom
http://release.niem.gov/niem/domains/biometrics/5.2/#
bls
http://release.niem.gov/niem/codes/bls/5.0/#
can
http://release.niem.gov/niem/codes/canada_post/5.0/#
cbrn
http://release.niem.gov/niem/domains/cbrn/5.2/#
cbrncl
http://release.niem.gov/niem/codes/cbrncl/5.0/#
cli
http://reference.niem.gov/niem/specification/code-lists/5.0/code-lists-instance/#
commodity
http://release.niem.gov/niem/codes/commodity/5.0/#
cui
http://release.niem.gov/niem/auxiliary/cui/5.1/#
cyber
http://release.niem.gov/niem/domains/cyber/5.2/#
dea
http://release.niem.gov/niem/codes/dea_ctlsub/5.0/#
edxl_rm
http://release.niem.gov/niem/codes/edxl_rm/5.0/#
edxl-cap
http://release.niem.gov/niem/adapters/edxl-cap/5.0/#
edxl-de
http://release.niem.gov/niem/adapters/edxl-de/5.0/#
edxl-have
http://release.niem.gov/niem/adapters/edxl-have/5.0/#
em
http://release.niem.gov/niem/domains/emergencyManagement/5.2/#
fema
http://release.niem.gov/niem/codes/fema/5.1/#
fips
http://release.niem.gov/niem/codes/fips/5.2/#
genc
http://release.niem.gov/niem/codes/genc/5.0/#
geo
http://release.niem.gov/niem/adapters/geospatial/5.1/#
have-codes
http://release.niem.gov/niem/codes/edxl_have/5.0/#
hazmat
http://release.niem.gov/niem/codes/hazmat/5.0/#
hl7
http://release.niem.gov/niem/codes/hl7/5.0/#
hs
http://release.niem.gov/niem/domains/humanServices/5.2/#
im
http://release.niem.gov/niem/domains/immigration/5.2/#
intel
http://release.niem.gov/niem/domains/intelligence/5.2/#
ip
http://release.niem.gov/niem/domains/infrastructureProtection/5.0/#
iso_3166
http://release.niem.gov/niem/codes/iso_3166-1/5.0/#
iso_4217
http://release.niem.gov/niem/codes/iso_4217/5.0/#
iso_639-3
http://release.niem.gov/niem/codes/iso_639-3/5.1/#
iso_639-5
http://release.niem.gov/niem/codes/iso_639-5/5.2/#
it
http://release.niem.gov/niem/domains/internationalTrade/5.2/#
itcodes
http://release.niem.gov/niem/codes/it_codes/5.0/#
j
http://release.niem.gov/niem/domains/jxdm/7.2/#
jc3iedm
http://release.niem.gov/niem/codes/jc3iedm/5.0/#
jp2-0
http://release.niem.gov/niem/codes/jp2-0/5.0/#
jp3-52
http://release.niem.gov/niem/codes/jp3-52/5.0/#
lrn-dev
http://release.niem.gov/niem/domains/learn-dev/5.2/#
m
http://release.niem.gov/niem/domains/maritime/5.2/#
mmucc
http://release.niem.gov/niem/codes/mmucc/5.0/#
mo
http://release.niem.gov/niem/domains/militaryOperations/5.2/#
nc
http://release.niem.gov/niem/niem-core/5.0/#
nces
http://release.niem.gov/niem/codes/nces/5.0/#
ncic
http://release.niem.gov/niem/codes/ncic/5.2/#
ndex
http://release.niem.gov/niem/codes/ndex/5.0/#
nga
http://release.niem.gov/niem/codes/nga/5.0/#
niem-xs
http://release.niem.gov/niem/proxy/niem-xs/5.0/#
nlets
http://release.niem.gov/niem/codes/nlets/5.0/#
occs
http://release.niem.gov/niem/codes/occs/5.0/#
opm
http://release.niem.gov/niem/codes/opm/5.0/#
sar
http://release.niem.gov/niem/codes/pmise_sar/5.0/#
scr
http://release.niem.gov/niem/domains/screening/5.2/#
st
http://release.niem.gov/niem/domains/surfaceTransportation/5.0/#
stat
http://release.niem.gov/niem/auxiliary/statistics/5.0/#
stix
http://release.niem.gov/niem/codes/stix/5.1/#
structures
http://release.niem.gov/niem/structures/5.0/#
ucr
http://release.niem.gov/niem/codes/ucr/5.1/#
unece
http://release.niem.gov/niem/codes/unece_rec20/5.0/#
usda_fsa
http://release.niem.gov/niem/codes/usda_fsa/5.0/#
usmtf
http://release.niem.gov/niem/domains/usmtf/5.2/#
usps
http://release.niem.gov/niem/codes/usps/5.0/#
xCard
http://release.niem.gov/niem/codes/xCard/5.0/#
xml
http://www.w3.org/XML/1998/namespace#
xs
http://www.w3.org/2001/XMLSchema#
dc
http://purl.org/dc/terms/
owl
http://www.w3.org/2002/07/owl#
rdf
http://www.w3.org/1999/02/22-rdf-syntax-ns#
rdfs
http://www.w3.org/2000/01/rdf-schema#
xsd
http://www.w3.org/2001/XMLSchema#
vs
http://www.w3.org/2003/06/sw-vocab-status/ns#
The following are class definitions in the fr
namespace.
FirstResponderType
First Responder Type
checkInOutRecord
, firstResponderTeam
, resourceInformation
, ownerInformation
, teamDescriptionText
, teamLeadIndicator
, experience
, access
, resourceID
, badge
, liability
, licenseCertificationRegistration
, physicalFitness
, skill
, training
, peerReview
, personPublication
, waiver
, deploymentInformation
, personCredentialInformation
, volunteerIndicator
, emergencySupportFunctionCode
, firstResponderAvailabilityStatusCode
, firstResponderAugmentationPoint
PersonHumanResourceType
Person Human Resource Type
personHumanResource
, checkInOutPerson
personIDCard
, updateRecord
, personHumanResourceAugmentationPoint
PersonIDCardType
Person Card Type
personIDCard
nameOnCardText
, iDCategoryCodeAbstract
, signatureAuthorityName
, agencySymbol
, resourcePicture
, cardPicture
, eAssuranceLevelCode
, personIDCardAugmentationPoint
EAssuranceLevelCodeType
Assurance Level Code Type
eAssuranceLevelCode
UpdateRecordType
Update Record Type
updateRecord
updateBy
, updateRecordAugmentationPoint
JobTitleOrRoleType
Job Title Or Role Type
jobTitleOrRole
jobTitleOrRoleName
, jobTitleDescriptionText
, jobTitleOrRoleLevelText
, organizationAffiliationCategoryCode
, jurisdictionName
, jobTitleOrRoleAugmentationPoint
OrganizationAffiliationCategoryCodeType
Organization Affiliation Category Code Type
organizationAffiliationCategoryCode
ApprovalStatusCodeType
Approval Status Code Type
approvalStatusCode
CheckInOutRecordType
Check In Out Record Type
checkInOutRecord
checkInOutCode
, checkInOutLocationCategoryCode
, checkInOutLocation
, checkInOutDateTime
, checkInOutPerson
, checkInOutRecordAugmentationPoint
CheckInOutCodeType
Check In Out Code Type
checkInOutCode
CheckInOutLocationCategoryCodeType
Check In Out Location Category Code Type
checkInOutLocationCategoryCode
TeamType
Team Type
firstResponderTeam
teamSizeMinimumValue
, teamSizeMaximumValue
, teamAugmentationPoint
ResourceInformationType
Resource Information Type
resourceInformation
availabilityText
, resourceJurisdictionText
, resourceQuantity
, resourceLocationDetails
, inventoryRefreshDateTime
, resourceStatusKeywordValue
, resourceAnticipatedIncidentAssignmentText
, requestAcceptDeclineCode
, declineReasonCodeAbstract
, navigationInstructionsText
, reportingInstructionsText
, resourceDispositionKeywordValue
, resourceOrderIdentification
, resourcePriceQuoteAmount
, resourceRestrictionsText
, resourceModeOfTransportationText
, resourceSchedule
, resourceInformationAugmentationPoint
ResourceLocationDetailsType
Resource Location Details Type
resourceLocationDetails
resourceRequestedLocation
, resourceReportToLocation
, resourceCurrentLocation
, resourceDepartureLocation
, arrivalLocation
, pointToPointLocationTracking
, resourceLocationDetailsAugmentationPoint
PointToPointLocationTrackingType
Point To Point Location Tracking Type
pointToPointLocationTracking
departureDateTime
, routeLocation
, pointToPointLocationTrackingAugmentationPoint
ValueType
Value Type
resourceStatusKeywordValue
, resourceDispositionKeywordValue
valueText
, valueListURNText
, valueAugmentationPoint
ResourceScheduleType
Resource Schedule Type
resourceSchedule
resourceActualArrivalDateTime
, resourceActualDepartureDateTime
, resourceAnticipatedReturnDateTime
, resourceAvailableDate
, resourceCommittedDate
, resourceEstimatedArrivalDateTime
, resourceEstimatedDepartureDateTime
, resourceRequestedArrivalDateTime
, resourceScheduleAugmentationPoint
OwnerInformationType
Owner Information Type
ownerInformation
homeDispatch
, homeUnit
, owner
, ownerInformationAugmentationPoint
ExperienceType
Experience Type
experience
jobTitleOrRole
, referenceInformation
, deploymentSummary
, isFullTimeIndicator
, experienceAugmentationPoint
DeploymentSummaryType
Deployment Summary Type
deploymentSummary
deploymentStartDate
, deploymentEndDate
, deploymentDaysNumeric
, deploymentSummaryAugmentationPoint
AccessType
Access Type
access
accessRightDescriptionText
, physicalAccessLevelCode
, electronicAccessRightCode
, accessAugmentationPoint
PhysicalAccessLevelCodeType
Physical Access Level Code Type
physicalAccessLevelCode
ElectronicAccessRightCodeType
Electronic Access Right Code Type
electronicAccessRightCode
BadgeType
Badge Type
badge
personHumanResource
, badgeJobTitleText
, badgeCredential
, badgeTemplateFile
, barcode
, badgeNotesText
, badgeAugmentationPoint
BadgeCredentialType
Badge Credential Type
badgeCredential
badgeCredentialCodeText
, badgeTemporaryCredentialIndicator
, badgeCredentialColorRGBHexValue
, badgeCredentialDateRange
, badgeCredentialAugmentationPoint
BarcodeType
Barcode Type
barcode
barcodeCode
, barcodeContentText
, barcodeImage
, barcodeAugmentationPoint
BarcodeCodeType
Barcode Code Type
barcodeCode
LiabilityType
Liability Type
liability
liabilityName
, liabilityDescriptionText
, liabilityDocumentName
, liabilityAugmentationPoint
LicenseCertificationRegistrationType
License Certification Registration Type
licenseCertificationRegistration
lCRTitleText
, lCRCategoryCode
, lCRID
, isStateLCRIndicator
, credentialStatusCode
, licenseCertificationRegistrationAugmentationPoint
LCRCategoryCodeType
Category Code Type
lCRCategoryCode
CredentialStatusCodeType
Credential Status Code Type
credentialStatusCode
PhysicalFitnessType
Physical Fitness Type
physicalFitness
physicalFitnessLevelCode
, exerciseCode
, exerciseDescriptionText
, exerciseWeeklyFrequencyValue
, exerciseMinutesEachTime
, lastExerciseTime
, physicalFitnessAugmentationPoint
PhysicalFitnessLevelCodeType
Physical Fitness Level Code Type
physicalFitnessLevelCode
ExerciseCategoryCodeType
Exercise Category Code Type
exerciseCode
SkillType
Skill Type
skill
skillName
, skillDescriptionText
, skillAcquiredCategoryCode
, skillUseHistoryText
, skillAugmentationPoint
SkillAcquiredCategoryCodeType
Skill Acquired Category Code Type
skillAcquiredCategoryCode
TrainingType
Training Type
training
courseText
, courseLevelText
, isIssuedCertificationIndicator
, trainingDuration
, trainingAugmentationPoint
PeerReviewType
Peer Review Type
peerReview
peerReviewDescriptionText
, peerReviewAuthorText
, peerReviewSubjectText
, peerReviewDate
, peerReviewAugmentationPoint
WaiverType
Waiver Type
waiver
waiverAuthorizer
, waiverDate
, waiverAugmentationPoint
DeploymentInformationType
Deployment Information Type
deploymentInformation
arrivalDateTime
, deploymentStatusCode
, availabilityStatusCode
, prohibitiveDeploymentCondition
, deploymentDescriptionText
, deploymentOrderDescriptionText
, deploymentOrderFormBinary
, deploymentAcceptedByText
, deploymentAcceptedByDate
, deploymentRequestedByText
, deploymentRequestedByDate
, reportToLocation
, deploymentInformationAugmentationPoint
DeploymentStatusCodeType
Deployment Status Code Type
deploymentStatusCode
AvailabilityStatusCodeType
Availability Status Code Type
availabilityStatusCode
ProhibitiveDeploymentConditionType
Prohibitive Deployment Condition Type
prohibitiveDeploymentCondition
prohibitiveDeploymentConditionDescriptionText
, prohibitiveDeploymentConditionAugmentationPoint
PersonCredentialInformationType
Person Credential Information Type
personCredentialInformation
registrationJurisdictionName
, credentialIssuedByText
, credentialDescriptionText
, credentialExpirationCategoryCode
, credentialID
, credentialIssueDate
, personCredentialInformationAugmentationPoint
CredentialExpirationCategoryCodeType
Credential Expiration Category Code Type
credentialExpirationCategoryCode
CredentialClassMetricType
Credential Class Metric Type
credentialClassMetric
credentialClassMetricID
, credentialClassMetricName
, credentialClassMetricPrecisionNumeric
, credentialClassMetricUnitOfMeasure
, credentialClassMetricValue
, credentialClassMetricAugmentationPoint
CredentialClassMetricValueType
Credential Class Metric Value Type
credentialClassMetricValue
comparisonEndValue
, comparisonStartValue
, logicalOperatorText
, credentialClassMetricValueAugmentationPoint
CredentialClassType
Credential Class Type
credentialClass
approvalStatusCode
, emergencySupportFunctionAbstract
, credentialClassMetric
, credentialClassBadgeQualificationCodeText
, credentialClassCategoryText
, credentialClassDescriptionText
, credentialClassID
, credentialClassName
, credentialClassCategoryCode
, credentialQualificationCriteria
, credentialClassAugmentationPoint
CredentialClassCategoryCodeType
Credential Class Category Code Type
credentialClassCategoryCode
CredentialQualificationCriteriaType
Credential Qualification Criteria Type
credentialQualificationCriteria
logicalOr
, qualificationCriteriaCategoryCode
, qualificationCriteriaCommentText
, qualificationDescriptionText
, qualificationPrerequisiteText
, credentialQualificationCriteriaAugmentationPoint
LogicalAndType
Logical And Type
logicalAnd
logicalAndAugmentationPoint
LogicalOrType
Logical Or Type
logicalOr
credentialClass
, logicalAnd
, logicalOrAugmentationPoint
CriteriaCategoryCodeType
Criteria Category Code Type
qualificationCriteriaCategoryCode
EmergencySupportFunctionCodeType
Emergency Support Function Code Type
emergencySupportFunctionCode
FirstResponderAvailabilityStatusCodeType
First Responder Availability Status Code Type
firstResponderAvailabilityStatusCode
The following are property definitions in the fr
namespace.
roleOfPerson
Role Of Person
personHumanResource
Person Human Resource
PersonHumanResourceType
BadgeType
personIDCard
Person Card
PersonIDCardType
PersonHumanResourceType
nameOnCardText
Name On Card Text
nc:TextType
PersonIDCardType
iDCategoryCodeAbstract
Category Code Abstract
PersonIDCardType
signatureAuthorityName
Signature Authority Name
nc:TextType
PersonIDCardType
agencySymbol
Agency Symbol
nc:BinaryType
PersonIDCardType
resourcePicture
Resource Picture
nc:ImageType
PersonIDCardType
cardPicture
Card Picture
nc:ImageType
PersonIDCardType
nistSP800733PIVCardData
800733 Card Data
eAssuranceLevelCode
Assurance Level Code
EAssuranceLevelCodeType
PersonIDCardType
pivAssuranceLevelCode
Assurance Level Code
fips201ConformanceCode
201 Conformance Code
personIDCardAugmentationPoint
Person Card Augmentation Point
PersonIDCardType
address
Address
availabilityText
Availability Text
nc:TextType
ResourceInformationType
contactMeansAbstract
Contact Means Abstract
updateRecord
Update Record
UpdateRecordType
PersonHumanResourceType
lastUpdatedDate
Last Updated Date
updateBy
Update By
nc:IdentificationType
UpdateRecordType
updateRecordAugmentationPoint
Update Record Augmentation Point
UpdateRecordType
attachment
Attachment
personHumanResourceAugmentationPoint
Person Human Resource Augmentation Point
PersonHumanResourceType
jobTitleOrRole
Job Title Or Role
JobTitleOrRoleType
ExperienceType
jobTitleOrRoleName
Job Title Or Role Name
nc:TextType
JobTitleOrRoleType
jobTitleDescriptionText
Job Title Description Text
nc:TextType
JobTitleOrRoleType
jobTitleOrRoleLevelText
Job Title Or Role Level Text
nc:TextType
JobTitleOrRoleType
organizationAffiliationCategoryCode
Organization Affiliation Category Code
OrganizationAffiliationCategoryCodeType
JobTitleOrRoleType
organization
Organization
jurisdictionName
Jurisdiction Name
nc:TextType
JobTitleOrRoleType
approvalStatusCode
Approval Status Code
ApprovalStatusCodeType
CredentialClassType
titleIssuingAuthorityName
Title Issuing Authority Name
dateRange
Date Range
emergencySupportFunctionAbstract
Emergency Support Function Abstract
CredentialClassType
titleCategoryText
Title Category Text
jobTitleOrRoleAugmentationPoint
Job Title Or Role Augmentation Point
JobTitleOrRoleType
checkInOutRecord
Check In Out Record
CheckInOutRecordType
FirstResponderType
incidentEvent
Incident Event
checkInOutCode
Check In Out Code
CheckInOutCodeType
CheckInOutRecordType
checkInOutLocationCategoryCode
Check In Out Location Category Code
CheckInOutLocationCategoryCodeType
CheckInOutRecordType
checkInOutLocation
Check In Out Location
nc:LocationType
CheckInOutRecordType
checkInOutDateTime
Check In Out Date Time
niem-xs:dateTime
CheckInOutRecordType
checkInOutPerson
Check In Out Person
PersonHumanResourceType
CheckInOutRecordType
checkInOutRecordAugmentationPoint
Check In Out Record Augmentation Point
CheckInOutRecordType
firstResponderTeam
First Responder Team
TeamType
FirstResponderType
resourceInformation
Resource Information
ResourceInformationType
FirstResponderType
resourceJurisdictionText
Resource Jurisdiction Text
nc:TextType
ResourceInformationType
resourceQuantity
Resource Quantity
nc:QuantityType
ResourceInformationType
resourceLocationDetails
Resource Location Details
ResourceLocationDetailsType
ResourceInformationType
resourceRequestedLocation
Resource Requested Location
nc:LocationType
ResourceLocationDetailsType
resourceReportToLocation
Resource Report To Location
nc:LocationType
ResourceLocationDetailsType
resourceCurrentLocation
Resource Current Location
nc:LocationType
ResourceLocationDetailsType
resourceDepartureLocation
Resource Departure Location
nc:LocationType
ResourceLocationDetailsType
arrivalLocation
Arrival Location
nc:LocationType
ResourceLocationDetailsType
pointToPointLocationTracking
Point To Point Location Tracking
PointToPointLocationTrackingType
ResourceLocationDetailsType
departureDateTime
Departure Date Time
niem-xs:dateTime
PointToPointLocationTrackingType
routeLocation
Route Location
nc:LocationType
PointToPointLocationTrackingType
arrivalDateTime
Arrival Date Time
niem-xs:dateTime
DeploymentInformationType
pointToPointLocationTrackingAugmentationPoint
Point To Point Location Tracking Augmentation Point
PointToPointLocationTrackingType
resourceLocationDetailsAugmentationPoint
Resource Location Details Augmentation Point
ResourceLocationDetailsType
inventoryRefreshDateTime
Inventory Refresh Date Time
niem-xs:dateTime
ResourceInformationType
resourceStatusKeywordValue
Resource Status Keyword Value
ValueType
ResourceInformationType
valueText
Value Text
nc:TextType
ValueType
valueListURNText
Value List Text
nc:TextType
ValueType
valueAugmentationPoint
Value Augmentation Point
ValueType
resourceAnticipatedIncidentAssignmentText
Resource Anticipated Incident Assignment Text
nc:TextType
ResourceInformationType
requestAcceptDeclineCode
Request Accept Decline Code
edxl_rm:ResponseCodeType
ResourceInformationType
declineReasonCodeAbstract
Decline Reason Code Abstract
ResourceInformationType
reportingInstructionsText
Reporting Instructions Text
nc:TextType
ResourceInformationType
resourceDispositionKeywordValue
Resource Disposition Keyword Value
ValueType
ResourceInformationType
resourceOrderIdentification
Resource Order Identification
nc:IdentificationType
ResourceInformationType
resourcePriceQuoteAmount
Resource Price Quote Amount
nc:AmountType
ResourceInformationType
resourceRestrictionsText
Resource Restrictions Text
nc:TextType
ResourceInformationType
resourceModeOfTransportationText
Resource Mode Of Transportation Text
nc:TextType
ResourceInformationType
resourceSchedule
Resource Schedule
ResourceScheduleType
ResourceInformationType
resourceActualArrivalDateTime
Resource Actual Arrival Date Time
niem-xs:dateTime
ResourceScheduleType
resourceActualDepartureDateTime
Resource Actual Departure Date Time
niem-xs:dateTime
ResourceScheduleType
resourceAnticipatedReturnDateTime
Resource Anticipated Return Date Time
niem-xs:dateTime
ResourceScheduleType
resourceAvailableDate
Resource Available Date
nc:DateType
ResourceScheduleType
resourceCommittedDate
Resource Committed Date
nc:DateType
ResourceScheduleType
resourceEstimatedArrivalDateTime
Resource Estimated Arrival Date Time
niem-xs:dateTime
ResourceScheduleType
resourceEstimatedDepartureDateTime
Resource Estimated Departure Date Time
niem-xs:dateTime
ResourceScheduleType
resourceRequestedArrivalDateTime
Resource Requested Arrival Date Time
niem-xs:dateTime
ResourceScheduleType
resourceScheduleAugmentationPoint
Resource Schedule Augmentation Point
ResourceScheduleType
ownerInformation
Owner Information
OwnerInformationType
FirstResponderType
homeDispatch
Home Dispatch
nc:OrganizationType
OwnerInformationType
homeUnit
Home Unit
nc:OrganizationType
OwnerInformationType
owner
Owner
nc:OrganizationType
OwnerInformationType
ownerInformationAugmentationPoint
Owner Information Augmentation Point
OwnerInformationType
resourceInformationAugmentationPoint
Resource Information Augmentation Point
ResourceInformationType
teamDescriptionText
Team Description Text
nc:TextType
FirstResponderType
teamSizeMinimumValue
Team Size Minimum Value
niem-xs:integer
TeamType
teamSizeMaximumValue
Team Size Maximum Value
niem-xs:integer
TeamType
teamAugmentationPoint
Team Augmentation Point
TeamType
teamLeadIndicator
Team Lead Indicator
niem-xs:boolean
FirstResponderType
experience
Experience
ExperienceType
FirstResponderType
referenceInformation
Reference Information
nc:EntityType
ExperienceType
activityIdentification
Activity Identification
deploymentSummary
Deployment Summary
DeploymentSummaryType
ExperienceType
activityName
Activity Name
deploymentStartDate
Deployment Start Date
nc:DateType
DeploymentSummaryType
deploymentEndDate
Deployment End Date
nc:DateType
DeploymentSummaryType
deploymentDaysNumeric
Deployment Days Numeric
niem-xs:integer
DeploymentSummaryType
deploymentSummaryAugmentationPoint
Deployment Summary Augmentation Point
DeploymentSummaryType
isFullTimeIndicator
Is Full Time Indicator
niem-xs:boolean
ExperienceType
experienceAugmentationPoint
Experience Augmentation Point
ExperienceType
access
Access
AccessType
FirstResponderType
accessRightDescriptionText
Access Right Description Text
nc:TextType
AccessType
physicalAccessLevelCode
Physical Access Level Code
PhysicalAccessLevelCodeType
AccessType
electronicAccessRightCode
Electronic Access Right Code
ElectronicAccessRightCodeType
AccessType
effectiveDate
Effective Date
expirationDate
Expiration Date
accessAugmentationPoint
Access Augmentation Point
AccessType
resourceID
Resource
nc:IdentificationType
FirstResponderType
badge
Badge
BadgeType
FirstResponderType
badgeJobTitleText
Badge Job Title Text
nc:TextType
BadgeType
badgeCredential
Badge Credential
BadgeCredentialType
BadgeType
badgeCredentialCodeText
Badge Credential Code Text
nc:TextType
BadgeCredentialType
badgeTemporaryCredentialIndicator
Badge Temporary Credential Indicator
niem-xs:boolean
BadgeCredentialType
badgeCredentialColorRGBHexValue
Badge Credential Color Hex Value
niem-xs:string
BadgeCredentialType
badgeCredentialDateRange
Badge Credential Date Range
nc:DateRangeType
BadgeCredentialType
badgeCredentialAugmentationPoint
Badge Credential Augmentation Point
BadgeCredentialType
badgeTemplateFile
Badge Template File
nc:BinaryType
BadgeType
barcode
Barcode
BarcodeType
BadgeType
itemBarCodeIdentification
Item Bar Code Identification
barcodeCode
Barcode Code
BarcodeCodeType
BarcodeType
barcodeContentText
Barcode Content Text
nc:TextType
BarcodeType
barcodeImage
Barcode Image
nc:BinaryType
BarcodeType
barcodeAugmentationPoint
Barcode Augmentation Point
BarcodeType
badgeNotesText
Badge Notes Text
nc:TextType
BadgeType
badgeAugmentationPoint
Badge Augmentation Point
BadgeType
insurance
Insurance
liability
Liability
LiabilityType
FirstResponderType
liabilityName
Liability Name
nc:TextType
LiabilityType
liabilityDescriptionText
Liability Description Text
nc:TextType
LiabilityType
liabilityDocumentName
Liability Document Name
nc:TextType
LiabilityType
liabilityAugmentationPoint
Liability Augmentation Point
LiabilityType
licenseCertificationRegistration
License Certification Registration
LicenseCertificationRegistrationType
FirstResponderType
lCRTitleText
Title Text
nc:TextType
LicenseCertificationRegistrationType
lCRCategoryCode
Category Code
LCRCategoryCodeType
LicenseCertificationRegistrationType
lCRID
undefined
nc:IdentificationType
LicenseCertificationRegistrationType
isStateLCRIndicator
Is State Indicator
niem-xs:boolean
LicenseCertificationRegistrationType
organizationName
Organization Name
registrationJurisdictionName
Registration Jurisdiction Name
niem-xs:string
PersonCredentialInformationType
credentialStatusCode
Credential Status Code
CredentialStatusCodeType
LicenseCertificationRegistrationType
statusDescriptionText
Status Description Text
licenseCertificationRegistrationAugmentationPoint
License Certification Registration Augmentation Point
LicenseCertificationRegistrationType
physicalFitness
Physical Fitness
PhysicalFitnessType
FirstResponderType
physicalFitnessLevelCode
Physical Fitness Level Code
PhysicalFitnessLevelCodeType
PhysicalFitnessType
exerciseCode
Exercise Code
ExerciseCategoryCodeType
PhysicalFitnessType
exerciseDescriptionText
Exercise Description Text
nc:TextType
PhysicalFitnessType
exerciseWeeklyFrequencyValue
Exercise Weekly Frequency Value
niem-xs:integer
PhysicalFitnessType
exerciseMinutesEachTime
Exercise Minutes Each Time
niem-xs:time
PhysicalFitnessType
lastExerciseTime
Last Exercise Time
niem-xs:time
PhysicalFitnessType
physicalFitnessAugmentationPoint
Physical Fitness Augmentation Point
PhysicalFitnessType
skill
Skill
SkillType
FirstResponderType
skillName
Skill Name
niem-xs:string
SkillType
skillDescriptionText
Skill Description Text
nc:TextType
SkillType
skillAcquiredCategoryCode
Skill Acquired Category Code
SkillAcquiredCategoryCodeType
SkillType
skillUseHistoryText
Skill Use History Text
niem-xs:string
SkillType
skillAugmentationPoint
Skill Augmentation Point
SkillType
training
Training
TrainingType
FirstResponderType
courseText
Course Text
nc:TextType
TrainingType
courseLevelText
Course Level Text
nc:TextType
TrainingType
isIssuedCertificationIndicator
Is Issued Certification Indicator
niem-xs:boolean
TrainingType
trainingDuration
Training Duration
niem-xs:duration
TrainingType
endDate
End Date
trainingAugmentationPoint
Training Augmentation Point
TrainingType
peerReview
Peer Review
PeerReviewType
FirstResponderType
peerReviewDescriptionText
Peer Review Description Text
nc:TextType
PeerReviewType
peerReviewAuthorText
Peer Review Author Text
nc:TextType
PeerReviewType
peerReviewSubjectText
Peer Review Subject Text
nc:TextType
PeerReviewType
peerReviewDate
Peer Review Date
nc:DateType
PeerReviewType
peerReviewAugmentationPoint
Peer Review Augmentation Point
PeerReviewType
personPublication
Person Publication
nc:PublicationType
FirstResponderType
recommendation
Recommendation
waiver
Waiver
WaiverType
FirstResponderType
waiverAuthorizer
Waiver Authorizer
nc:EntityType
WaiverType
documentSubjectText
Document Subject Text
descriptionText
Description Text
waiverDate
Waiver Date
nc:DateType
WaiverType
waiverAugmentationPoint
Waiver Augmentation Point
WaiverType
deploymentInformation
Deployment Information
DeploymentInformationType
FirstResponderType
deploymentStatusCode
Deployment Status Code
DeploymentStatusCodeType
DeploymentInformationType
availabilityStatusCode
Availability Status Code
AvailabilityStatusCodeType
DeploymentInformationType
prohibitiveDeploymentCondition
Prohibitive Deployment Condition
ProhibitiveDeploymentConditionType
DeploymentInformationType
prohibitiveDeploymentConditionDescriptionText
Prohibitive Deployment Condition Description Text
nc:TextType
ProhibitiveDeploymentConditionType
prohibitiveDeploymentConditionAugmentationPoint
Prohibitive Deployment Condition Augmentation Point
ProhibitiveDeploymentConditionType
deploymentDescriptionText
Deployment Description Text
nc:TextType
DeploymentInformationType
deploymentOrderDescriptionText
Deployment Order Description Text
nc:TextType
DeploymentInformationType
deploymentOrderFormBinary
Deployment Order Form Binary
nc:BinaryType
DeploymentInformationType
deploymentAcceptedByText
Deployment Accepted By Text
nc:TextType
DeploymentInformationType
deploymentAcceptedByDate
Deployment Accepted By Date
nc:DateType
DeploymentInformationType
deploymentRequestedByText
Deployment Requested By Text
nc:TextType
DeploymentInformationType
deploymentRequestedByDate
Deployment Requested By Date
nc:DateType
DeploymentInformationType
reportToLocation
Report To Location
nc:LocationType
DeploymentInformationType
estimatedArrivalDate
Estimated Arrival Date
deploymentInformationAugmentationPoint
Deployment Information Augmentation Point
DeploymentInformationType
personCredentialInformation
Person Credential Information
PersonCredentialInformationType
FirstResponderType
credentialIssuedByText
Credential Issued By Text
nc:TextType
PersonCredentialInformationType
credentialDescriptionText
Credential Description Text
nc:TextType
PersonCredentialInformationType
credentialExpirationCategoryCode
Credential Expiration Category Code
CredentialExpirationCategoryCodeType
PersonCredentialInformationType
credentialID
Credential
nc:IdentificationType
PersonCredentialInformationType
credentialIssueDate
Credential Issue Date
nc:DateType
PersonCredentialInformationType
credentialClassMetric
Credential Class Metric
CredentialClassMetricType
CredentialClassType
credentialClassMetricID
Credential Class Metric
nc:IdentificationType
CredentialClassMetricType
credentialClassMetricName
Credential Class Metric Name
nc:TextType
CredentialClassMetricType
credentialClassMetricPrecisionNumeric
Credential Class Metric Precision Numeric
niem-xs:integer
CredentialClassMetricType
credentialClassMetricUnitOfMeasure
Credential Class Metric Unit Of Measure
nc:TextType
CredentialClassMetricType
credentialClassMetricValue
Credential Class Metric Value
CredentialClassMetricValueType
CredentialClassMetricType
comparisonEndValue
Comparison End Value
nc:TextType
CredentialClassMetricValueType
comparisonStartValue
Comparison Start Value
nc:TextType
CredentialClassMetricValueType
logicalOperatorText
Logical Operator Text
nc:TextType
CredentialClassMetricValueType
credentialClassMetricValueAugmentationPoint
Credential Class Metric Value Augmentation Point
CredentialClassMetricValueType
credentialClassMetricAugmentationPoint
Credential Class Metric Augmentation Point
CredentialClassMetricType
credentialClass
Credential Class
CredentialClassType
LogicalOrType
credentialClassBadgeQualificationCodeText
Credential Class Badge Qualification Code Text
nc:TextType
CredentialClassType
credentialClassCategoryText
Credential Class Category Text
nc:TextType
CredentialClassType
credentialClassDescriptionText
Credential Class Description Text
nc:TextType
CredentialClassType
credentialClassID
Credential Class
nc:IdentificationType
CredentialClassType
credentialClassName
Credential Class Name
nc:TextType
CredentialClassType
credentialClassCategoryCode
Credential Class Category Code
CredentialClassCategoryCodeType
CredentialClassType
credentialQualificationCriteria
Credential Qualification Criteria
CredentialQualificationCriteriaType
CredentialClassType
logicalAnd
Logical And
LogicalAndType
LogicalOrType
logicalOr
Logical Or
LogicalOrType
CredentialQualificationCriteriaType
logicalOrAugmentationPoint
Logical Or Augmentation Point
LogicalOrType
logicalAndAugmentationPoint
Logical And Augmentation Point
LogicalAndType
qualificationCriteriaCategoryCode
Qualification Criteria Category Code
CriteriaCategoryCodeType
CredentialQualificationCriteriaType
qualificationCriteriaCommentText
Qualification Criteria Comment Text
nc:TextType
CredentialQualificationCriteriaType
qualificationDescriptionText
Qualification Description Text
nc:TextType
CredentialQualificationCriteriaType
qualificationPrerequisiteText
Qualification Prerequisite Text
nc:TextType
CredentialQualificationCriteriaType
credentialQualificationCriteriaAugmentationPoint
Credential Qualification Criteria Augmentation Point
CredentialQualificationCriteriaType
sourceText
Source Text
credentialClassAugmentationPoint
Credential Class Augmentation Point
CredentialClassType
personCredentialInformationAugmentationPoint
Person Credential Information Augmentation Point
PersonCredentialInformationType
volunteerIndicator
Volunteer Indicator
niem-xs:boolean
FirstResponderType
contactInformation
Contact Information
emergencySupportFunctionCode
Emergency Support Function Code
EmergencySupportFunctionCodeType
FirstResponderType
firstResponderAvailabilityStatusCode
First Responder Availability Status Code
FirstResponderAvailabilityStatusCodeType
FirstResponderType
physicalFeatureDescriptionDetail
Physical Feature Description Detail
physicalFeatureImage
Physical Feature Image
firstResponderAugmentationPoint
First Responder Augmentation Point
FirstResponderType