group FinalisationGroup
diagram PrintFactoryJob_diagrams/PrintFactoryJob_p73.png
namespace https://printfactory.cloud/schema/2.0
children pf:AtDone pf:AtFailure
used by
element Job
annotation
documentation
Instruction on behavior when the job is done
source <xs:group name="FinalisationGroup">
 
<xs:annotation>
   
<xs:documentation>Instruction on behavior when the job is done</xs:documentation>
 
</xs:annotation>
 
<xs:choice>
   
<xs:element name="AtDone" default="Keep" minOccurs="0">
     
<xs:simpleType>
       
<xs:restriction base="xs:string">
         
<xs:enumeration value="Keep"/>
         
<xs:enumeration value="Delete"/>
       
</xs:restriction>
     
</xs:simpleType>
   
</xs:element>
   
<xs:element name="AtFailure" default="Keep" minOccurs="0">
     
<xs:simpleType>
       
<xs:restriction base="xs:string">
         
<xs:enumeration value="Keep"/>
         
<xs:enumeration value="Delete"/>
       
</xs:restriction>
     
</xs:simpleType>
   
</xs:element>
 
</xs:choice>
</xs:group>

element FinalisationGroup/AtDone
diagram PrintFactoryJob_diagrams/PrintFactoryJob_p74.png
namespace https://printfactory.cloud/schema/2.0
type restriction of xs:string
properties
minOcc 0
maxOcc 1
content simple
default Keep
facets
Kind Value Annotation
enumeration Keep
enumeration Delete
source <xs:element name="AtDone" default="Keep" minOccurs="0">
 
<xs:simpleType>
   
<xs:restriction base="xs:string">
     
<xs:enumeration value="Keep"/>
     
<xs:enumeration value="Delete"/>
   
</xs:restriction>
 
</xs:simpleType>
</xs:element>

element FinalisationGroup/AtFailure
diagram PrintFactoryJob_diagrams/PrintFactoryJob_p75.png
namespace https://printfactory.cloud/schema/2.0
type restriction of xs:string
properties
minOcc 0
maxOcc 1
content simple
default Keep
facets
Kind Value Annotation
enumeration Keep
enumeration Delete
source <xs:element name="AtFailure" default="Keep" minOccurs="0">
 
<xs:simpleType>
   
<xs:restriction base="xs:string">
     
<xs:enumeration value="Keep"/>
     
<xs:enumeration value="Delete"/>
   
</xs:restriction>
 
</xs:simpleType>
</xs:element>


XML Schema documentation generated by XMLSpy Schema Editor http://www.altova.com/xmlspy