<xs:complexType name="PDFPathState" mixed="false">
<xs:complexContent mixed="false">
<xs:extension base="jdf:AbstractState">
<xs:sequence minOccurs="0" maxOccurs="unbounded">
<xs:group ref="jdf:GenericElements" minOccurs="0"/>
<xs:element name="Loc" type="jdf:Loc" minOccurs="0"/>
<xs:element name="Value" type="jdf:PDFPathState_Value_lr" minOccurs="0"/>
</xs:sequence>
<xs:attribute name="DefaultValue" type="jdftyp:PDFPath" use="optional"/>
<xs:attribute name="CurrentValue" type="jdftyp:PDFPath" use="optional"/>
<xs:attribute name="AllowedLength" type="jdftyp:IntegerRange" use="optional"/>
<xs:attribute name="PresentLength" type="jdftyp:IntegerRange" use="optional"/>
</xs:extension>
</xs:complexContent>
</xs:complexType> |