lexs:RenderingInstructions
LEXS Package Rendering Instructions
Element information
Namespace: http://usdoj.gov/leisp/lexs/3.1
Schema document: lexs/3.1/lexs.xsd
Type: lexs:RenderingInstructionsType
Properties: Global, Qualified
Content
- Sequence [1..1]
- lexs:RenderingMethod [1..1]Rendering Method Code such as XHTMLStyleSheet, PDFStyleSheet, RenderedBinary, etc.
- lexs:RenderingReference [1..1]Reference to the XSLT attachment link. Note this is not direct reference to the attachment itself, but rather to the AttachmentLink located within DataItemPackage.
- lexs:RenderingParameter [0..*]Rendering parameters for XSLT.
- lexs:RenderingDescription [0..1]Description of the rendered document.
Attributes
Name | Occ | Type | Description | Notes |
---|---|---|---|---|
s:id | [0..1] | xsd:ID | The id attribute is used to define XML IDs for NIEM objects. These IDs may be targets of reference elements, metadata attributes, and link metadata attributes. | from type s:ComplexObjectType |
s:metadata | [0..1] | xsd:IDREFS | The attribute metadata allows an object to point to metadata that affects itself. | from type s:ComplexObjectType |
s:linkMetadata | [0..1] | xsd:IDREFS | The linkMetadata attribute allows an element to point to metadata that affects the relationship between the context and the value of the object. | from type s:ComplexObjectType |
Used in
- NIEM reference target from lexslib:ObjectReference
- NIEM reference target from lexslib:PayloadObjectReference
- NIEM reference target from lexslib:SameAsDigestReference
- Type lexs:DataItemPackageType (Element lexs:DataItemPackage)
Sample instance
<lexs:RenderingInstructions> <lexs:RenderingMethod>HTMLStyleSheet</lexs:RenderingMethod> <lexs:RenderingReference s:ref="PAttachment7"/> <lexs:RenderingDescription>Pretty prints a message</lexs:RenderingDescription> </lexs:RenderingInstructions>