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

Recommended Reading:

Definitive XML Schema

 

Advanced XML Applications

 

lexs:StructuredQueryExtension

A LEXS extension to ULEX that adds additional LEXS-specific query parameters to a structured query.

Element information

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

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

Type: lexs:StructuredQueryExtensionType

Properties: Global, Qualified

Content

  • Sequence [1..1]
    1. lexs:RoleList [0..1]A list of requested role types and an indicator for whether the supplied role types should be included or excluded from the response.
    2. lexs:AssociationQName [0..*]A name of an association defined in the LEXS Digest.

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:StructuredQueryExtension>
   <lexs:RoleList>
      <lexs:RoleInclusiveIndicator>true</lexs:RoleInclusiveIndicator>
      <lexs:RoleTypeCode>SubjectType</lexs:RoleTypeCode>
      <lexs:RoleTypeCode>RegisteredOffenderType</lexs:RoleTypeCode>
   </lexs:RoleList>
</lexs:StructuredQueryExtension>