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]
- 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.
- lexs:AssociationQName [0..*]A name of an association defined in the LEXS Digest.
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
Substitution hierarchy
- ulex:StructuredQueryExtensionAbstract
- lexs:StructuredQueryExtension
- ulex:StructuredQueryDomainAttribute
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>