Schema Central  >  LEXS 4.0  >  ulex.xsd  >  ulex:RenderingInstructions
Advanced search
Need NIEM Help?

Recommended Reading:

Definitive XML Schema

 

Advanced XML Applications

 

ulex:RenderingInstructions

A set of package rendering instructions for converting the XML data in the Data Item into a specified display format or instructions to display a pre-rendered version of the Data Item.  This may be provided as a stylesheet that can be used to display the package, or it may be a pre-rendered version (such as a JPEG or PDF image showing the contents of the package).  Rendering method can also be indicated as Narrative, which means there is no AttachmentURI and that the Narrative element is an alternate representation of the package.

Element information

Namespace: http://ulex.gov/ulex/2.0

Schema document: ulex.gov/ulex/2.0/ulex.xsd

Type: ulex:RenderingInstructionsType

Properties: Global, Qualified

Content

Attributes

None

Used in

Sample instance

<ulex:RenderingInstructions>
   <ulex:AttachmentURI>http://www.gtri.org/LEXS/examples/XMLViewer.xsl</ulex:AttachmentURI>
   <ulex:AttachmentSizeValue>1</ulex:AttachmentSizeValue>
   <ulex:RenderingMethodCode>XSLT10</ulex:RenderingMethodCode>
   <ulex:RenderingOutputFormatID>application/xslt+xml</ulex:RenderingOutputFormatID>
   <ulex:RenderingOutputFormatStandardName>MIME</ulex:RenderingOutputFormatStandardName>
   <ulex:RenderingParameter>
      <ulex:RenderingParameterName>SubmissionOfficer</ulex:RenderingParameterName>
      <ulex:RenderingParameterValueText>"Elektra Natchios"</ulex:RenderingParameterValueText>
   </ulex:RenderingParameter>
   <ulex:RenderingDescriptionText>Pretty prints a message</ulex:RenderingDescriptionText>
</ulex:RenderingInstructions>