ulex:StructuredPayload
A ULEX Structured Payload.
Element information
Namespace: http://ulex.gov/ulex/2.0
Schema document: ulex.gov/ulex/2.0/ulex.xsd
Type: ulex:StructuredPayloadType
Properties: Global, Qualified
Content
- Sequence [1..1]
- ulex:StructuredPayloadMetadata [1..1]Metadata about Structured Payload.
- ulex:StructuredPayloadContent [1..1]A set of data comprising the ULEX Structured Payload.
from subst. group ulex:StructuredPayloadContentAbstract
Attributes
Name | Occ | Type | Description | Notes |
---|---|---|---|---|
ulexlib:id | [0..1] | xsd:ID | An attribute used to define XML IDs for ULEX objects which are used as targets of reference elements. |
Used in
- Type ulex:PackageAbstractType
- Type ulex:DataItemPackageType via extension of ulex:PackageAbstractType (Element ulex:DataItemPackage)
- Type ulex:SearchResultPackageType via extension of ulex:PackageAbstractType (Element ulex:SearchResultPackage)
Sample instance
<ulex:StructuredPayload ulexlib:id="Payload1"> <ulex:StructuredPayloadMetadata> <ulex:CommunityURI>http://somewhere.gov/new-community</ulex:CommunityURI> <ulex:CommunityDescriptionText>New Community</ulex:CommunityDescriptionText> <ulex:CommunityVersionText>1.0</ulex:CommunityVersionText> </ulex:StructuredPayloadMetadata> <ulex:StructuredPayloadContent> <new:IncidentReport> <j:Incident s:id="SPIncident1"> <j:IncidentArrestMadeIndicator>true</j:IncidentArrestMadeIndicator> </j:Incident> <new:Person s:id="PayloadPerson1"> <new:PersonPhysicalFeature s:id="PayloadPF1"> <nc:PhysicalFeatureDescriptionText>Help Tattoo</nc:PhysicalFeatureDescriptionText> </new:PersonPhysicalFeature> <new:PersonPhysicalFeature s:id="PayloadPF2"> <nc:PhysicalFeatureDescriptionText>Warning Tattoo</nc:PhysicalFeatureDescriptionText> </new:PersonPhysicalFeature> </new:Person> </new:IncidentReport> </ulex:StructuredPayloadContent> </ulex:StructuredPayload>