lexsdigest:Document
A paper or electronic document.
Element information
Namespace: http://lexs.gov/digest/4.0
Schema document: lexs.gov/lexs-digest/4.0/lexs-digest.xsd
Type: lexsdigest:DocumentType
Properties: Global, Qualified, Nillable
Content
- Sequence [1..1]
- nc:DocumentCreationDate [0..1]A date a document was created.
- nc:DocumentDescriptionText [0..1]A description of the content of a document.
- nc:DocumentFileControlID [0..1]An identifier assigned to a document to locate it within a file control system.
- nc:DocumentIdentification [0..1]An identification that references a document.
- nc:DocumentKeywordText [0..1]A significant word or phrase that describes the overall content of a document or its main topic.
- nc:DocumentTitleText [0..1]A name given to a document.
- nc:SecurityLevelText [0..1]A level of security of information.
- lexsdigest:DocumentAugmentation [0..1]Supplements nc:DocumentType.
from type nc:DocumentType
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 scr:PrimaryDocumentReference
- NIEM reference target from scr:SecondaryDocumentReference
- NIEM reference target from nc:DocumentReference
- Type lexsdigest:EntityDocumentType (Element lexsdigest:EntityDocument)
Sample instance
<lexsdigest:Document s:id="Document1" s:metadata="MDocument1"> <nc:DocumentCreationDate> <nc:YearMonth>1970-06</nc:YearMonth> <nc:DateAccuracyCode>Circa</nc:DateAccuracyCode> </nc:DocumentCreationDate> <nc:DocumentDescriptionText>Will and Testament</nc:DocumentDescriptionText> <nc:DocumentFileControlID>Fulton-PC-384-3830</nc:DocumentFileControlID> <nc:DocumentIdentification> <nc:IdentificationID>123456</nc:IdentificationID> <nc:IdentificationCategoryText>category description</nc:IdentificationCategoryText> <nc:IdentificationEffectiveDate> <nc:Date>1970-01-13</nc:Date> </nc:IdentificationEffectiveDate> <nc:IdentificationJurisdictionText>Fulton Co, Georgia</nc:IdentificationJurisdictionText> <nc:IdentificationSourceText>some source</nc:IdentificationSourceText> <nc:IdentificationStatus> <nc:StatusDate> <nc:Date>1970-02-13</nc:Date> </nc:StatusDate> <nc:StatusDescriptionText>Valid</nc:StatusDescriptionText> <nc:StatusIssuerText>Probate court</nc:StatusIssuerText> </nc:IdentificationStatus> </nc:DocumentIdentification> <nc:DocumentKeywordText>Will, Testament, Family Farm, Movie Copyright</nc:DocumentKeywordText> <nc:DocumentTitleText>Last Will and Testament of Peachy Keen</nc:DocumentTitleText> <nc:SecurityLevelText>unclassified</nc:SecurityLevelText> </lexsdigest:Document>