DocumentReference

class

Document Reference

Reference to an external document such as reports, certificates, manuals, or guides. Supports multiple languages and formats. See also gs1:ReferencedFileDetails for GS1 Web Vocabulary equivalent.

URI:https://ref.openepcis.io/extensions/common/core/DocumentReference

Properties (5)

PropertyDescriptionRange
documentTypeDocumentType
documentUrlURL to the document. See also gs1:referencedFileURL.xsd:anyURI
issueDatexsd:date
languageCodeISO 639-1 language code. See also gs1:fileLanguageCode.xsd:string
mimeTypexsd:string

External Vocabulary References

Loading external vocabulary...
Loading external vocabulary...

JSON-LD Example

{
  "@context": "https://ref.openepcis.io/extensions/common/core/dpp-core-context.jsonld",
  "type": "DocumentReference",
  "documentType": "...",
  "documentUrl": "...",
  "issueDate": "..."
}