ulex:SystemMetadataDomainAttribute
A system metadata 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:SystemMetadataType (Elements ulex:DataSubmitterMetadata, ulex:MessageOriginMetadata)
Substitution hierarchy
- ulex:SystemMetadataExtensionAbstract
- ulex:SystemMetadataDomainAttribute
Sample instance
<ulex:SystemMetadataDomainAttribute> <ulex:AttributeName>field1</ulex:AttributeName> <ulex:AttributeValueText>value1</ulex:AttributeValueText> <ulex:DomainName>whatever</ulex:DomainName> </ulex:SystemMetadataDomainAttribute>