ulex:StructuredQueryDomainAttribute
A structured query domain attribute. For Name/Value pair attributes use ulex:AttributeName and ulex:AttributeValueText elements. For hierarchical data xsd:any structure should be used.
Element information
Namespace: http://ulex.gov/ulex/2.0
Schema document: ulex.gov/ulex/2.0/ulex.xsd
Type: ulex:DomainAttributeType
Properties: Global, Qualified
Content
- Sequence [1..1]
- ulex:AttributeName [0..1] A name of a domain attribute. For example, RegionInfo.
- ulex:AttributeValueText [0..1] A domain attribute value.
- ulex:DomainName [1..1] A name of the domain to which this block of information applies, for example, OneDOJ.
- Any element [0..1] Namespace: ##any, Process Contents: lax
Attributes
None
Used in
- Type ulex:StructuredQueryType (Elements ulex:PerformedStructuredQuery, ulex:RequestedStructuredQuery, ulex:StructuredQuery)
Substitution hierarchy
- ulex:StructuredQueryExtensionAbstract
- can be substituted with ulex:StructuredQueryDomainAttribute
Sample instance
<ulex:StructuredQueryDomainAttribute> <ulex:AttributeName>string</ulex:AttributeName> <ulex:AttributeValueText>string</ulex:AttributeValueText> <ulex:DomainName>string</ulex:DomainName> <!--any element--> </ulex:StructuredQueryDomainAttribute>