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

Recommended Reading:

Definitive XML Schema

 

Advanced XML Applications

 

lexs:DisseminationCriteria

A set of information provided by the data owner to indicate who is allowed to see the information.   LEXS dissemination criteria structure contains a dissemination criteria domain and a dissemination criteria value valid within the domain.  For publish it provides information to the service provider about what can be returned as the result of a search. For search or get results, it provides information to the user so they know the criteria for this information.  Note that this is different from the data sensitivity included at the message level.

Element information

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

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

Type: lexs:DisseminationCriteriaType

Properties: Global, Qualified

Content

  • Sequence [1..1]
    1. lexs:DisseminationCriteriaDomainName [1..1]A name of the domain, provided by the data owner, that defined the dissemination criteria.
    2. lexs:DisseminationCriteriaText [1..1]A text field, provided by the data owner, that indicates who is allowed to see the information. For publish it provides information to the service provider about what can be returned as the result of a search. For search or get results, it provides information to the user so they are aware of the criteria for this information. Note that this is different from the data sensitivity included at the message level.

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:DisseminationCriteria>
   <lexs:DisseminationCriteriaDomainName>GBI</lexs:DisseminationCriteriaDomainName>
   <lexs:DisseminationCriteriaText>white</lexs:DisseminationCriteriaText>
</lexs:DisseminationCriteria>