Schema Central  >  LEXS 4.0  >  lexs.xsd  >  lexs:DigestQueryField
Advanced search
Need NIEM Help?

Recommended Reading:

Definitive XML Schema

 

Advanced XML Applications

 

lexs:DigestQueryField

A single Digest query field that wraps a single LEXS Entity, where the Entity includes a single element with a single value where allowed by schema.

Element information

Namespace: http://lexs.gov/lexs/4.0

Schema document: lexs.gov/lexs/4.0/lexs.xsd

Type: lexs:DigestQueryFieldType

Properties: Global, Qualified

Content

Attributes

NameOccTypeDescriptionNotes
s:id [0..1]xsd:IDfrom type s:ComplexObjectType
s:metadata [0..1]xsd:IDREFSfrom type s:ComplexObjectType
s:linkMetadata [0..1]xsd:IDREFSfrom type s:ComplexObjectType

Used in

Substitution hierarchy

Sample instance

<lexs:DigestQueryField>
   <lexsdigest:EntityPerson>
      <lexsdigest:Person>
         <nc:PersonName>
            <nc:PersonGivenName>Tommy</nc:PersonGivenName>
         </nc:PersonName>
      </lexsdigest:Person>
   </lexsdigest:EntityPerson>
</lexs:DigestQueryField>