nc:DocumentBinary
A binary encoding of the content 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:BinaryType
Properties: Global, Qualified, Nillable
Content
- Sequence [1..1]
- nc:BinaryID [0..*] An identifier that references a binary object.
- nc:BinaryAvailableLocationText [0..*] A physical or digital location of a binary object.
- nc:BinaryAvailableIndicator [0..*] True if a binary is available; false if it is not.
- Choice [0..*]
- nc:BinaryBase64Object A binary encoding of data.
- nc:BinaryHexObject A binary encoding of data.
from subst. group nc:BinaryObject - nc:BinaryCaptureDate [0..*] A date on which a binary object is captured or created.
- nc:BinaryCapturer [0..*] An entity which captured or created a binary object.
- nc:BinaryDescriptionText [0..*] A description of a binary object.
- nc:BinaryFormatID [0..*] An identifier for a file format or content type of a binary object.
- nc:BinaryFormatStandardName [0..*] A name of a standard or protocol used to classify binary content.
- nc:BinaryLocationURI [0..*] A URL or file reference of a binary object.
- nc:BinarySizeValue [0..*] A size of a binary object in kilobytes.
- nc:BinaryCategoryText [0..*] A kind of object that has been encoded.
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
- NIEM reference target from j:EvidenceDocumentBinaryReference
- NIEM reference target from j:EvidenceItemBinaryReference
- 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:DocumentBinary> <nc:BinaryID>string</nc:BinaryID> <nc:BinaryAvailableLocationText>string</nc:BinaryAvailableLocationText> <nc:BinaryAvailableIndicator>true</nc:BinaryAvailableIndicator> <nc:BinaryBase64Object>GpM7</nc:BinaryBase64Object> <nc:BinaryCaptureDate> <nc:Date>2000-01-01</nc:Date> </nc:BinaryCaptureDate> <nc:BinaryCapturer> <nc:EntityOrganizationReference/> </nc:BinaryCapturer> <nc:BinaryDescriptionText>string</nc:BinaryDescriptionText> <nc:BinaryFormatID>string</nc:BinaryFormatID> <nc:BinaryFormatStandardName>string</nc:BinaryFormatStandardName> <nc:BinaryLocationURI>http://www.example.com/</nc:BinaryLocationURI> <nc:BinarySizeValue>1.0</nc:BinarySizeValue> <nc:BinaryCategoryText>string</nc:BinaryCategoryText> </nc:DocumentBinary>