<xs:complexType name="LayoutPreparationParams_PageCell_lr" mixed="false">
<xs:annotation>
<xs:appinfo>
<Version Path="." First="1.1"/>
<Constraint Path="Color" minOccurs="0" maxOccurs="1"/>
<Constraint Path="ColorRef" minOccurs="0" maxOccurs="1"/>
<Constraint Path="DeviceMark" minOccurs="0" maxOccurs="1"/>
<Constraint Path="DeviceMarkRef" minOccurs="0" maxOccurs="1"/>
<Constraint Path="FitPolicy" minOccurs="0" maxOccurs="1"/>
<Constraint Path="FitPolicyRef" minOccurs="0" maxOccurs="1"/>
<Constraint Path="ImageShift" minOccurs="0" maxOccurs="1"/>
</xs:appinfo>
</xs:annotation>
<xs:complexContent mixed="false">
<xs:extension base="jdf:BaseElement_">
<xs:sequence minOccurs="0" maxOccurs="unbounded">
<xs:group ref="jdf:GenericElements" minOccurs="0"/>
<xs:element name="Color" type="jdf:Color_re" minOccurs="0"/>
<xs:element ref="jdf:ColorRef" minOccurs="0"/>
<xs:element name="DeviceMark" type="jdf:DeviceMark_re" minOccurs="0"/>
<xs:element ref="jdf:DeviceMarkRef" minOccurs="0"/>
<xs:element name="FitPolicy" type="jdf:FitPolicy_re" minOccurs="0"/>
<xs:element ref="jdf:FitPolicyRef" minOccurs="0"/>
<xs:element name="ImageShift" type="jdf:LayoutPreparationParams_ImageShift_lr" minOccurs="0"/>
</xs:sequence>
<xs:attribute name="Border" type="jdftyp:double" use="optional"/>
<xs:attribute name="ClipBox" type="jdftyp:rectangle" use="optional"/>
<xs:attribute name="MarkList" type="jdftyp:NMTOKENS" use="optional"/>
<xs:attribute name="Rotate" type="jdftyp:eRotate_" default="Rotate0"/>
<xs:attribute name="TrimSize" type="jdftyp:XYPair" use="optional"/>
</xs:extension>
</xs:complexContent>
</xs:complexType> |