QName | Type | Fixed | Default | Use | Inheritable | Annotation | |
---|---|---|---|---|---|---|---|
PixelsPerMillimeter | xsd:float | optional |
|
||||
Wildcard: ANY attribute from ANY namespace OTHER than 'http://www.wfmc.org/2009/XPDL2.2' |
Element | xpdl:PackageHeader |
<xsd:element name="LayoutInfo"> <xsd:complexType> <xsd:attribute name="PixelsPerMillimeter" type="xsd:float" use="optional"> <xsd:annotation> <xsd:documentation>Co-ordinates / Sizes are in pixels - this attribute specifies the number of pixels per millimeter used by application.</xsd:documentation> </xsd:annotation> </xsd:attribute> <xsd:anyAttribute namespace="##other" processContents="lax"/> </xsd:complexType> </xsd:element> |