lexsdigest:EntityDocument
A document Entity.
Element information
Namespace: http://lexs.gov/digest/4.0
Schema document: lexs.gov/lexs-digest/4.0/lexs-digest.xsd
Type: lexsdigest:EntityDocumentType
Properties: Global, Qualified, Nillable
Content
- Sequence [1..1]
- icism-metadata:ICISMMetadata [0..*]
- lexsdigest:Metadata [0..*] Metadata about an object.
- lexsdigest:Document [1..1] A paper or electronic document.
from type lexsdigest:EntityType
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 lexs:DigestQueryFieldType (Element lexs:DigestQueryField)
- Type lexs:DigestType (Element lexs:Digest)
Substitution hierarchy
- lexsdigest:Entity
- can be substituted with lexsdigest:EntityDocument
Sample instance
<lexsdigest:EntityDocument> <lexsdigest:Metadata s:id="MDocument1"> <nc:CommentText>This is a comment.</nc:CommentText> <nc:LastVerifiedDate> <nc:Date>1970-06-19</nc:Date> </nc:LastVerifiedDate> </lexsdigest:Metadata> <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> </lexsdigest:EntityDocument>