nc:DocumentStatus
A status of a document.
Element information
Namespace: http://niem.gov/niem/niem-core/2.0
Schema document: niem-core/2.0/niem-core.xsd
Type: nc:StatusType
Properties: Global, Qualified, Nillable
Content
- Sequence [1..1]
- nc:StatusText [0..*] A status or condition of something or someone.
- nc:StatusDate [0..*] A date a status was set, effected, or reported.
- nc:StatusDescriptionText [0..*] A description of a status or condition of something or someone.
- nc:StatusIssuerIdentification [0..*] An identification of a person or organization which assigns a status.
- nc:StatusIssuerText [0..*] A name, identifier, or other reference of a person or organization which assigns a status.
Attributes
Name | Occ | Type | Description | Notes |
---|---|---|---|---|
s:id | [0..1] | xsd:ID | from type s:ComplexObjectType | |
s:metadata | [0..1] | xsd:IDREFS | from type s:ComplexObjectType | |
s:linkMetadata | [0..1] | xsd:IDREFS | from type s:ComplexObjectType |
Used in
- Type it:DeclarationType via extension of nc:DocumentType (Element it:Declaration)
- Type j:AppellateCaseNoticeType via extension of nc:DocumentType (Element j:AppellateCaseNotice)
- Type scr:BenefitApplicationType via extension of nc:DocumentType (Element scr:BenefitApplication)
- Type scr:BenefitDocumentType via extension of nc:DocumentType (Element scr:BenefitDocument)
- Type scr:EnforcementDocumentType via extension of nc:DocumentType (Element scr:EnforcementDocument)
- Type scr:InterviewStatementType via extension of nc:DocumentType (Element scr:InterviewStatement)
- Type scr:TravelDocumentType via extension of nc:DocumentType (Element scr:TravelDocument)
- Type scr:VisaType via extension of nc:DocumentType (Element scr:Visa)
- Type scr:WatchlistType via extension of nc:DocumentType (Element scr:Watchlist)
- Type im:FileType via extension of nc:DocumentType (Elements im:AlienFile, im:File)
- Type nc:DocumentType (Elements it:AdditionalDocument, it:PreviousCustomsDocument, it:TransportContractDocument, j:AppellateCaseBrief, j:ChargeInstrument, j:ChargeModificationInstrument, j:ChargeNarrative, j:SupervisionBoardActionDocument, scr:PrimaryDocument, scr:SecondaryDocument, nc:CaseFiling, nc:DeviceStoredDocument, nc:DispositionInstrument, nc:Document, nc:EmailAttachmentDocument, nc:IncidentReportedNarrative)
Sample instance
<nc:DocumentStatus> <nc:StatusText>string</nc:StatusText> <nc:StatusDate> <nc:Date>2000-01-01</nc:Date> </nc:StatusDate> <nc:StatusDescriptionText>string</nc:StatusDescriptionText> <nc:StatusIssuerIdentification> <nc:IdentificationID>string</nc:IdentificationID> <j:PersonIDCategoryCode>AF</j:PersonIDCategoryCode> <nc:IdentificationCategoryDescriptionText>string</nc:IdentificationCategoryDescriptionText> <nc:IdentificationEffectiveDate> <nc:Date>2000-01-01</nc:Date> </nc:IdentificationEffectiveDate> <nc:IdentificationExpirationDate> <nc:Date>2000-01-01</nc:Date> </nc:IdentificationExpirationDate> <j:DrivingJurisdictionAuthorityANSID20Code>AB</j:DrivingJurisdictionAuthorityANSID20Code> <nc:IdentificationSourceText>string</nc:IdentificationSourceText> </nc:StatusIssuerIdentification> <nc:StatusIssuerText>string</nc:StatusIssuerText> </nc:DocumentStatus>