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

Recommended Reading:

Definitive XML Schema

 

Advanced XML Applications

 

lexs:RoleList

A list of requested role types and an indicator for whether the supplied role types should be included or excluded from the response.

Element information

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

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

Type: lexs:RoleListType

Properties: Global, Qualified

Content

  • Sequence [1..1]
    1. lexs:RoleInclusiveIndicator [1..1]True if included list of roles (see RoleList element for details) should be included in the roles return in the response; false otherwise.
    2. lexs:RoleTypeCode [1..*]A role type code used 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

Sample instance

<lexs:RoleList>
   <lexs:RoleInclusiveIndicator>true</lexs:RoleInclusiveIndicator>
   <lexs:RoleTypeCode>SubjectType</lexs:RoleTypeCode>
   <lexs:RoleTypeCode>RegisteredOffenderType</lexs:RoleTypeCode>
</lexs:RoleList>