Table of Contents
Target Namespace
http://software602.cz/forms
Element and Attribute Namespaces
Global element and attribute declarations belong to this schema's target namespace.
By default, local element declarations have no namespace.
By default, local attribute declarations have no namespace.
Schema Composition
This schema imports schema(s) from the following namespace(s):
http://www.w3.org/XML/1998/namespace
Declared Namespaces
Prefix
Namespace
Default namespace
http://software602.cz/forms
xml
http://www.w3.org/XML/1998/namespace
xsd
http://www.w3.org/2001/XMLSchema
Schema Component Representation
<
xsd:schema targetNamespace ="
http://software602.cz/forms ">
<xsd:import namespace ="http://www.w3.org/XML/1998/namespace "/>
...
</
xsd:schema >
Name
barcode
Type
Locally-defined complex type
Nillable
no
Abstract
no
Documentation
It appears at the first child element position within the fo:instream-foreign-object element.
The element content is a text or number that is displayed within given form in barcode format.
Element attributes bear more detailed information on symbology and other barcode parameters.
Diagram
XML Instance Representation
<barcode
symbology="xsd :NMTOKEN (value comes from list: {'code39normal'|'code39full'|'upc_a'|'ean8'|'ean8'|'ean13'|'booklan'|'interleaved2of5'|'discrete2of5'|'codabar'|'code93'|'code128'|'ean_ucc128'|'pdf417'|'postnet'}) [1] " font-family="xsd :string [0..1] " font-size="xsd :string [0..1] " comment="xsd :string [0..1] " narrow-bar-width="xsd :string [0..1] " barcode-height="xsd :string [0..1] " narrow-to-wide-ratio="xsd :integer (20 <= value <= 30) [0..1] " orientation="xsd :NMTOKEN (value comes from list: {'horizontal'|'vertical90'|'upsidedown'|'vertical270'}) [0..1] " text-color="xsd :string [0..1] " display-text="xsd :NMTOKEN (value comes from list: {'not'|'ontop'}) [0..1] " comment-on-bottom="xsd :boolean [0..1] " bearer-bars="xsd :boolean [0..1] " bar-width-reduction="xsd :string [0..1] " quiet-zones="xsd :boolean [0..1] " code39-full-ascii="xsd :boolean [0..1] " code39-hibc="xsd :boolean [0..1] " booklan="xsd :boolean [0..1] " eanucc128="xsd :boolean [0..1] " display-start-stop-chars="xsd :boolean [0..1] " optional-checkdigit="xsd :boolean [0..1] " optional-checkdigit2="xsd :boolean [0..1] " display-check-digit="xsd :boolean [0..1] " auto-font-scaling="xsd :boolean [0..1] " adjust-to-printer-dpi="xsd :boolean [0..1] " form602bindref="xsd :QName [0..1] " pdfaspect="xsd :float [0..1] " pdfsecuritylevel="xsd :float [0..1] " pdfmodule-width="xsd :float [0..1] " pdfmodule-height="xsd :float [0..1] " pdfmax-columns="xsd :float [0..1] " form602ct="brc [0..1] " />
Schema Component Representation
<
xsd:element name ="
barcode ">
<
xsd:complexType mixed ="
true ">
<
xsd:attribute name ="
symbology "
use ="
required ">
<
xsd:simpleType >
<
xsd:restriction base ="
xsd :NMTOKEN">
<xsd:enumeration value ="code39normal "/>
<xsd:enumeration value ="code39full "/>
<xsd:enumeration value ="upc_a "/>
<xsd:enumeration value ="ean8 "/>
<xsd:enumeration value ="ean8 "/>
<xsd:enumeration value ="ean13 "/>
<xsd:enumeration value ="booklan "/>
<xsd:enumeration value ="interleaved2of5 "/>
<xsd:enumeration value ="discrete2of5 "/>
<xsd:enumeration value ="codabar "/>
<xsd:enumeration value ="code93 "/>
<xsd:enumeration value ="code128 "/>
<xsd:enumeration value ="ean_ucc128 "/>
<xsd:enumeration value ="pdf417 "/>
<xsd:enumeration value ="postnet "/>
</
xsd:restriction >
</
xsd:simpleType >
</
xsd:attribute >
<
xsd:attribute name ="
font-family "
type ="
xsd :string"/>
<
xsd:attribute name ="
font-size "
type ="
xsd :string"/>
<
xsd:attribute name ="
comment "
type ="
xsd :string"/>
<
xsd:attribute name ="
narrow-bar-width "
type ="
xsd :string"/>
<
xsd:attribute name ="
barcode-height "
type ="
xsd :string"/>
<
xsd:attribute name ="
narrow-to-wide-ratio ">
<
xsd:simpleType >
<
xsd:restriction base ="
xsd :integer">
<xsd:minInclusive value ="20 "/>
<xsd:maxInclusive value ="30 "/>
</
xsd:restriction >
</
xsd:simpleType >
</
xsd:attribute >
<
xsd:attribute name ="
orientation ">
<
xsd:simpleType >
<
xsd:restriction base ="
xsd :NMTOKEN">
<xsd:enumeration value ="horizontal "/>
<xsd:enumeration value ="vertical90 "/>
<xsd:enumeration value ="upsidedown "/>
<xsd:enumeration value ="vertical270 "/>
</
xsd:restriction >
</
xsd:simpleType >
</
xsd:attribute >
<
xsd:attribute name ="
text-color "
type ="
xsd :string"/>
<
xsd:attribute name ="
display-text ">
<
xsd:simpleType >
<
xsd:restriction base ="
xsd :NMTOKEN">
<xsd:enumeration value ="not "/>
<xsd:enumeration value ="ontop "/>
</
xsd:restriction >
</
xsd:simpleType >
</
xsd:attribute >
<
xsd:attribute name ="
comment-on-bottom "
type ="
xsd :boolean"/>
<
xsd:attribute name ="
bearer-bars "
type ="
xsd :boolean"/>
<
xsd:attribute name ="
bar-width-reduction "
type ="
xsd :string"/>
<
xsd:attribute name ="
quiet-zones "
type ="
xsd :boolean"/>
<
xsd:attribute name ="
code39-full-ascii "
type ="
xsd :boolean"/>
<
xsd:attribute name ="
code39-hibc "
type ="
xsd :boolean"/>
<
xsd:attribute name ="
booklan "
type ="
xsd :boolean"/>
<
xsd:attribute name ="
eanucc128 "
type ="
xsd :boolean"/>
<
xsd:attribute name ="
display-start-stop-chars "
type ="
xsd :boolean"/>
<
xsd:attribute name ="
optional-checkdigit "
type ="
xsd :boolean"/>
<
xsd:attribute name ="
optional-checkdigit2 "
type ="
xsd :boolean"/>
<
xsd:attribute name ="
display-check-digit "
type ="
xsd :boolean"/>
<
xsd:attribute name ="
auto-font-scaling "
type ="
xsd :boolean"/>
<
xsd:attribute name ="
adjust-to-printer-dpi "
type ="
xsd :boolean"/>
<
xsd:attribute name ="
form602bindref "
type ="
xsd :QName"/>
<
xsd:attribute name ="
pdfaspect "
type ="
xsd :float"/>
<
xsd:attribute name ="
pdfsecuritylevel "
type ="
xsd :float"/>
<
xsd:attribute name ="
pdfmodule-width "
type ="
xsd :float"/>
<
xsd:attribute name ="
pdfmodule-height "
type ="
xsd :float"/>
<
xsd:attribute name ="
pdfmax-columns "
type ="
xsd :float"/>
<
xsd:attribute name ="
form602ct "
fixed ="
brc ">
<
xsd:simpleType >
<
xsd:restriction base ="
xsd :NMTOKEN">
<xsd:enumeration value ="brc "/>
<xsd:enumeration value ="dbc "/>
</
xsd:restriction >
</
xsd:simpleType >
</
xsd:attribute >
</
xsd:complexType >
</
xsd:element >
Element: bind
Name
bind
Type
Locally-defined complex type
Nillable
no
Abstract
no
Documentation
An element defining data binding, which is bound to data item from the data record.
Diagram
XML Instance Representation
<bind
Id="xsd :string [1] " nodeset="xsd :string [1] " calculate="xsd :string [0..1] " stoprecalc="xsd :string [0..1] " constraint="xsd :string [0..1] " required="xsd :string [0..1] " relevant="xsd :string [0..1] " readonly="xsd :string [0..1] " constraintcomment="xsd :string [0..1] " type="xsd :string [0..1] " depends="xsd :string [0..1] " >
Start Sequence [0..*] End Sequence </bind>
Schema Component Representation
<
xsd:element name ="
bind ">
<
xsd:complexType >
<
xsd:sequence maxOccurs ="
unbounded "
minOccurs ="
0 ">
<
xsd:element ref ="
bind "/>
</
xsd:sequence >
<
xsd:attribute name ="
Id "
type ="
xsd :string"
use ="
required "/>
<
xsd:attribute name ="
nodeset "
type ="
xsd :string"
use ="
required "/>
<
xsd:attribute name ="
calculate "
type ="
xsd :string"/>
<
xsd:attribute name ="
stoprecalc "
type ="
xsd :string"/>
<
xsd:attribute name ="
constraint "
type ="
xsd :string"/>
<
xsd:attribute name ="
required "
type ="
xsd :string"/>
<
xsd:attribute name ="
relevant "
type ="
xsd :string"/>
<
xsd:attribute name ="
readonly "
type ="
xsd :string"/>
<
xsd:attribute name ="
constraintcomment "
type ="
xsd :string"/>
<
xsd:attribute name ="
type "
type ="
xsd :string"/>
<
xsd:attribute name ="
depends "
type ="
xsd :string"/>
</
xsd:complexType >
</
xsd:element >
Name
condlist
Type
Locally-defined complex type
Nillable
no
Abstract
no
Documentation
An element indicating conditional list box entries.
Diagram
XML Instance Representation
<condlist>
Start Sequence [1..*] End Sequence </condlist>
Schema Component Representation
<
xsd:element name ="
condlist ">
<
xsd:complexType >
<
xsd:sequence maxOccurs ="
unbounded ">
<
xsd:element ref ="
list "
maxOccurs ="
unbounded "/>
</
xsd:sequence >
</
xsd:complexType >
</
xsd:element >
Name
data-switch
Type
Locally-defined complex type
Nillable
no
Abstract
no
Documentation
This enable to swich between data.
Diagram
XML Instance Representation
<data-switch
form602bindref="xsd :QName [1] " form602expresion="xsd :string [0..1] " form602ct="dsw [1] " form602state="xsd :string [0..1] " />
Schema Component Representation
<
xsd:element name ="
data-switch ">
<
xsd:complexType >
<
xsd:attribute name ="
form602bindref "
type ="
xsd :QName"
use ="
required "/>
<
xsd:attribute name ="
form602expresion "
type ="
xsd :string"/>
<xsd:attribute name ="form602ct " fixed ="dsw " use ="required "/>
<
xsd:attribute name ="
form602state "
type ="
xsd :string"/>
</
xsd:complexType >
</
xsd:element >
Element: enum
Name
enum
Type
Locally-defined complex type
Nillable
no
Abstract
no
Documentation
An element containing all list entries stored within given form.
Diagram
XML Instance Representation
<enum
name="xsd :string [1] " updateurl="xsd :anyURI [0..1] " updatexsl="xsd :string [0..1] " embed="xsd :boolean [0..1] " up-dated="xsd :date [0..1] " >
Start Choice [1] End Choice </enum>
Schema Component Representation
<
xsd:element name ="
enum ">
<
xsd:complexType >
<
xsd:choice >
<
xsd:element ref ="
list "/>
</
xsd:choice >
<
xsd:attribute name ="
name "
type ="
xsd :string"
use ="
required "/>
<
xsd:attribute name ="
updateurl "
type ="
xsd :anyURI"/>
<
xsd:attribute name ="
updatexsl "
type ="
xsd :string"/>
<
xsd:attribute name ="
embed "
type ="
xsd :boolean"/>
<
xsd:attribute name ="
up-dated "
type ="
xsd :date"/>
</
xsd:complexType >
</
xsd:element >
Element: font
Name
font
Type
Locally-defined complex type
Nillable
no
Abstract
no
Documentation
Non standart fonts should be enclosed into the form.
Diagram
XML Instance Representation
<font
name="xsd :string [1] " len="xsd :decimal [1] " />
Schema Component Representation
<
xsd:element name ="
font ">
<
xsd:complexType mixed ="
true ">
<
xsd:attribute name ="
name "
type ="
xsd :string"
use ="
required "/>
<
xsd:attribute name ="
len "
type ="
xsd :decimal"
use ="
required "/>
</
xsd:complexType >
</
xsd:element >
Name
fonts
Type
Locally-defined complex type
Nillable
no
Abstract
no
Documentation
A form could contain several enclosed fonts.
Diagram
Schema Component Representation
<
xsd:element name ="
fonts ">
<
xsd:complexType >
<
xsd:sequence >
<
xsd:element ref ="
font "
maxOccurs ="
unbounded "/>
</
xsd:sequence >
</
xsd:complexType >
</
xsd:element >
Name
formparams
Type
Locally-defined complex type
Nillable
no
Abstract
no
Documentation
A form contains always one such element at the first child element
position within the fo:root element. It contains basic information on a form.
Diagram
XML Instance Representation
<formparams
producer="xsd :string [0..1] " publisher="xsd :string [0..1] " creationdate="xsd :date [0..1] " expiration="xsd :date [0..1] " xmlcore-version="xsd :string [0..1] " form-id="xsd :integer [0..1] " xsltdebuglogfile="xsd :string [0..1] " requiredversion="xsd :string [0..1] " proppapercolor="xsd :string [0..1] " proprequiredformfieldbkcolor="xsd :string [0..1] " proproformfieldbkcolor="xsd :string [0..1] " proprichfieldbkcolor="xsd :string [0..1] " propformfieldbkcolor="xsd :string [0..1] " propsaveallinternaldata="xsd :boolean [0..1] " proppartsigned="xsd :boolean [0..1] " propnomergedata="xsd :boolean [0..1] " novalidateimmediately="xsd :boolean [0..1] " proppapercolorforreadonlymode="xsd :string [0..1] " showhelp="xsd :boolean [0..1] " updateurl="xsd :anyURI [0..1] " >
Start Choice [1] End Choice </formparams>
Schema Component Representation
<
xsd:element name ="
formparams ">
<
xsd:complexType >
<
xsd:choice >
<
xsd:element ref ="
model "/>
<
xsd:element ref ="
enum "
maxOccurs ="
unbounded "/>
<
xsd:element ref ="
help "/>
<
xsd:element ref ="
template "
maxOccurs ="
unbounded "/>
<
xsd:element ref ="
fonts "
maxOccurs ="
1 "/>
</
xsd:choice >
<
xsd:attribute name ="
producer "
type ="
xsd :string"/>
<
xsd:attribute name ="
publisher "
type ="
xsd :string"/>
<
xsd:attribute name ="
creationdate "
type ="
xsd :date"/>
<
xsd:attribute name ="
expiration "
type ="
xsd :date"/>
<
xsd:attribute name ="
xmlcore-version "
type ="
xsd :string"/>
<
xsd:attribute name ="
form-id "
type ="
xsd :integer"/>
<
xsd:attribute name ="
xsltdebuglogfile "
type ="
xsd :string"/>
<
xsd:attribute name ="
requiredversion "
type ="
xsd :string"/>
<
xsd:attribute name ="
proppapercolor "
type ="
xsd :string"/>
<
xsd:attribute name ="
proprequiredformfieldbkcolor "
type ="
xsd :string"/>
<
xsd:attribute name ="
proproformfieldbkcolor "
type ="
xsd :string"/>
<
xsd:attribute name ="
proprichfieldbkcolor "
type ="
xsd :string"/>
<
xsd:attribute name ="
propformfieldbkcolor "
type ="
xsd :string"/>
<
xsd:attribute name ="
propsaveallinternaldata "
type ="
xsd :boolean"/>
<
xsd:attribute name ="
proppartsigned "
type ="
xsd :boolean"/>
<
xsd:attribute name ="
propnomergedata "
type ="
xsd :boolean"/>
<
xsd:attribute name ="
novalidateimmediately "
type ="
xsd :boolean"/>
<
xsd:attribute name ="
proppapercolorforreadonlymode "
type ="
xsd :string"/>
<
xsd:attribute name ="
showhelp "
type ="
xsd :boolean"/>
<
xsd:attribute name ="
updateurl "
type ="
xsd :anyURI"/>
</
xsd:complexType >
</
xsd:element >
Name
formsettings
Type
Locally-defined complex type
Nillable
no
Abstract
no
Documentation
An element combining form properties, which will take effect during filling-in
in the 602XML Filler application (e.g. toolbar appearance, permitted actions etc.)
Diagram
XML Instance Representation
<formsettings>
<!-- Mixed content --> Allow any elements from this schema's namespace (skip validation). [1..*]
</formsettings>
Schema Component Representation
<
xsd:element name ="
formsettings ">
<
xsd:complexType mixed ="
true ">
<
xsd:sequence >
<xsd:any namespace ="##targetNamespace " minOccurs ="1 " maxOccurs ="unbounded " processContents ="skip "/>
</
xsd:sequence >
</
xsd:complexType >
</
xsd:element >
Element: help
Name
help
Type
Locally-defined complex type
Nillable
no
Abstract
no
Documentation
An element containing help.
Diagram
XML Instance Representation
<help
updateurl="xsd :anyURI [0..1] " >
Allow any elements from any namespace (skip validation). [1..*]
</help>
Schema Component Representation
<
xsd:element name ="
help ">
<
xsd:complexType >
<
xsd:sequence >
<xsd:any namespace ="##any " minOccurs ="1 " maxOccurs ="unbounded " processContents ="skip "/>
</
xsd:sequence >
<
xsd:attribute name ="
updateurl "
type ="
xsd :anyURI"/>
</
xsd:complexType >
</
xsd:element >
Name
instance
Type
Locally-defined complex type
Nillable
no
Abstract
no
Documentation
This element contains form data record.
Diagram
XML Instance Representation
<instance>
Allow any elements from any namespace (skip validation). [1]
</instance>
Schema Component Representation
<
xsd:element name ="
instance ">
<
xsd:complexType >
<
xsd:sequence >
<xsd:any namespace ="##any " processContents ="skip "/>
</
xsd:sequence >
</
xsd:complexType >
</
xsd:element >
Name
internal-graphic
Type
Locally-defined complex type
Nillable
no
Abstract
no
Documentation
Appears at the first child element position within the fo:instream-foreign-object element.
The element content are picture binary data that is inserted into the form;
these data are coded using the base64 coding.
Diagram
XML Instance Representation
<internal-graphic
imghsh="xsd :base64Binary [0..1] " imghshref="xsd :base64Binary [0..1] " form602bindref="xsd :QName [0..1] " form602ct="img [0..1] " form602extern="xsd :string [0..1] " display="xsd :NMTOKEN (value comes from list: {'noprint'|'hidden'|'all'}) [0..1] " form602state="xsd :string [0..1] " />
Schema Component Representation
<
xsd:element name ="
internal-graphic ">
<
xsd:complexType mixed ="
true ">
<
xsd:attribute name ="
imghsh "
type ="
xsd :base64Binary"/>
<
xsd:attribute name ="
imghshref "
type ="
xsd :base64Binary"/>
<
xsd:attribute name ="
form602bindref "
type ="
xsd :QName"/>
<xsd:attribute name ="form602ct " fixed ="img "/>
<
xsd:attribute name ="
form602extern "
type ="
xsd :string"/>
<
xsd:attribute name ="
display ">
<
xsd:simpleType >
<
xsd:restriction base ="
xsd :NMTOKEN">
<xsd:enumeration value ="noprint "/>
<xsd:enumeration value ="hidden "/>
<xsd:enumeration value ="all "/>
</
xsd:restriction >
</
xsd:simpleType >
</
xsd:attribute >
<
xsd:attribute name ="
form602state "
type ="
xsd :string"/>
</
xsd:complexType >
</
xsd:element >
Element: list
Name
list
Type
Locally-defined complex type
Nillable
no
Abstract
no
Documentation
An element indicating list box entries.
Diagram
XML Instance Representation
<list
case="xsd :string [0..1] " >
Start Sequence [1..*] End Sequence </list>
Schema Component Representation
<
xsd:element name ="
list ">
<
xsd:complexType >
<
xsd:sequence maxOccurs ="
unbounded ">
<
xsd:element ref ="
listitem "
maxOccurs ="
unbounded "
minOccurs ="
0 "/>
</
xsd:sequence >
<
xsd:attribute name ="
case "
type ="
xsd :string"/>
</
xsd:complexType >
</
xsd:element >
Name
listitem
Type
Locally-defined complex type
Nillable
no
Abstract
no
Documentation
An item of List Box Entries.
Diagram
XML Instance Representation
<listitem
itemtext="xsd :string [1] " value="xsd :string [0..1] " filter="xsd :string [0..1] " >
Start Sequence [1..*] Allow any elements from this schema's namespace (skip validation). [0..*]
End Sequence </listitem>
Schema Component Representation
<
xsd:element name ="
listitem ">
<
xsd:complexType >
<
xsd:sequence maxOccurs ="
unbounded ">
<xsd:any namespace ="##targetNamespace " minOccurs ="0 " maxOccurs ="unbounded " processContents ="skip "/>
</
xsd:sequence >
<
xsd:attribute name ="
itemtext "
type ="
xsd :string"
use ="
required "/>
<
xsd:attribute name ="
value "
type ="
xsd :string"/>
<
xsd:attribute name ="
filter "
type ="
xsd :string"/>
</
xsd:complexType >
</
xsd:element >
Name
model
Type
Locally-defined complex type
Nillable
no
Abstract
no
Documentation
An element containing form data model.
Diagram
XML Instance Representation
<model
Id="xsd :string [0..1] " depends="xsd :string [0..1] " >
Start Sequence [1..*] Start Choice [1] Allow any elements from the following namespace(s): http://www.w3.org/2001/XMLSchema (skip validation). [1..*]
End Choice End Sequence </model>
Schema Component Representation
<
xsd:element name ="
model ">
<
xsd:complexType >
<
xsd:sequence maxOccurs ="
unbounded ">
<
xsd:choice >
<
xsd:element ref ="
bind "
maxOccurs ="
unbounded "/>
<
xsd:element ref ="
submit "
maxOccurs ="
unbounded "/>
<xsd:any namespace ="http://www.w3.org/2001/XMLSchema " maxOccurs ="unbounded " processContents ="skip "/>
</
xsd:choice >
</
xsd:sequence >
<
xsd:attribute name ="
Id "
type ="
xsd :string"
use ="
optional "/>
<
xsd:attribute name ="
depends "
type ="
xsd :string"/>
</
xsd:complexType >
</
xsd:element >
XML Instance Representation
<submit
Id="xsd :string [1] " id="xsd :string [0..1] " method="xsd :string [0..1] " validate="xsd :string [0..1] " sender="xsd :string [0..1] " MailDataAddrC="xsd :string [0..1] " MailDataAddrBC="xsd :string [0..1] " MailDataSubj="xsd :string [0..1] " MailDataFile="xsd :string [0..1] " body="xsd :string [0..1] " sendheader="xsd :string [0..1] " version="xsd :string [0..1] " datacryptid="xsd :string [0..1] " soapaction="xsd :string [0..1] " checkrepeatsend="xsd :boolean [0..1] " plugin="xsd :string [0..1] " xls="xsd :string [0..1] " usesmtp="xsd :boolean [0..1] " relevant="xsd :string [0..1] " cutnamespaces="xsd :string [0..1] " action="xsd :string [0..1] " sign="xsd :string [0..1] " signalgorithm="xsd :string [0..1] " govtalk="xsd :string [0..1] " fixaction="xsd :string [0..1] " bindelement="xsd :QName [0..1] " sendform="xsd :string [0..1] " mailformformat="xsd :string [0..1] " mailzfopassword="xsd :string [0..1] " infoincomplete="xsd :string [0..1] " filter="xsd :string [0..1] " datacertpath="xsd :string [0..1] " nodialog="xsd :boolean [0..1] " addcoding="xsd :boolean [0..1] " certiffilter="xsd :string [0..1] " datacertiffilter="xsd :string [0..1] " replacebind="xsd :QName [0..1] " commandparam="xsd :anyURI [0..1] " resbind1="xsd :QName [0..1] " resbind2="xsd :QName [0..1] " soapresponsexls="xsd :QName [0..1] " noreplaceq="union of: [ xsd :boolean, [ xsd :string (value comes from list: {''}) ] ] [0..1] " command="xsd :NMTOKEN (value comes from list: {'readinikey'|'getrefnum'|'sendzfo'|'logout'|'setpassword'|'sendxmldata'}) [0..1] " zfopassword="xsd :string (value comes from list: {'mandatory'|'forbidden'|''}) [0..1] " sendformat="xsd :NMTOKEN (value comes from list: {'fo'|'zfo'|'pdf'|'pdf_a7'|'pdf_a8'}) [0..1] " authentication="xsd :NMTOKEN (value comes from list: {'never'|'checked'|'always'}) [0..1] " replace="xsd :NMTOKEN (value comes from list: {'all'|'none'|'instance'|'hidden'}) [0..1] " senddlg="xsd :NMTOKEN (value comes from list: {'none'|'simple'|'wizard'}) [0..1] " />
Schema Component Representation
<
xsd:element name ="
submit ">
<
xsd:complexType >
<
xsd:attribute name ="
Id "
type ="
xsd :string"
use ="
required "/>
<
xsd:attribute name ="
id "
type ="
xsd :string"/>
<
xsd:attribute name ="
method "
type ="
xsd :string"/>
<
xsd:attribute name ="
validate "
type ="
xsd :string"/>
<
xsd:attribute name ="
sender "
type ="
xsd :string"/>
<
xsd:attribute name ="
MailDataAddrC "
type ="
xsd :string"/>
<
xsd:attribute name ="
MailDataAddrBC "
type ="
xsd :string"/>
<
xsd:attribute name ="
MailDataSubj "
type ="
xsd :string"/>
<
xsd:attribute name ="
MailDataFile "
type ="
xsd :string"/>
<
xsd:attribute name ="
body "
type ="
xsd :string"/>
<
xsd:attribute name ="
sendheader "
type ="
xsd :string"/>
<
xsd:attribute name ="
version "
type ="
xsd :string"/>
<
xsd:attribute name ="
datacryptid "
type ="
xsd :string"/>
<
xsd:attribute name ="
soapaction "
type ="
xsd :string"/>
<
xsd:attribute name ="
checkrepeatsend "
type ="
xsd :boolean"/>
<
xsd:attribute name ="
plugin "
type ="
xsd :string"/>
<
xsd:attribute name ="
xls "
type ="
xsd :string"/>
<
xsd:attribute name ="
usesmtp "
type ="
xsd :boolean"/>
<
xsd:attribute name ="
relevant "
type ="
xsd :string"/>
<
xsd:attribute name ="
cutnamespaces "
type ="
xsd :string"/>
<
xsd:attribute name ="
action "
type ="
xsd :string"/>
<
xsd:attribute name ="
sign "
type ="
xsd :string"/>
<
xsd:attribute name ="
signalgorithm "
type ="
xsd :string"/>
<
xsd:attribute name ="
govtalk "
type ="
xsd :string"/>
<
xsd:attribute name ="
fixaction "
type ="
xsd :string"/>
<
xsd:attribute name ="
bindelement "
type ="
xsd :QName"/>
<
xsd:attribute name ="
sendform "
type ="
xsd :string"/>
<
xsd:attribute name ="
mailformformat "
type ="
xsd :string"/>
<
xsd:attribute name ="
mailzfopassword "
type ="
xsd :string"/>
<
xsd:attribute name ="
infoincomplete "
type ="
xsd :string"/>
<
xsd:attribute name ="
filter "
type ="
xsd :string"/>
<
xsd:attribute name ="
datacertpath "
type ="
xsd :string"/>
<
xsd:attribute name ="
nodialog "
type ="
xsd :boolean"/>
<
xsd:attribute name ="
addcoding "
type ="
xsd :boolean"/>
<
xsd:attribute name ="
certiffilter "
type ="
xsd :string"/>
<
xsd:attribute name ="
datacertiffilter "
type ="
xsd :string"/>
<
xsd:attribute name ="
replacebind "
type ="
xsd :QName"/>
<
xsd:attribute name ="
commandparam "
type ="
xsd :anyURI"/>
<
xsd:attribute name ="
resbind1 "
type ="
xsd :QName"/>
<
xsd:attribute name ="
resbind2 "
type ="
xsd :QName"/>
<
xsd:attribute name ="
soapresponsexls "
type ="
xsd :QName"/>
<
xsd:attribute name ="
noreplaceq ">
<
xsd:simpleType >
<
xsd:union memberTypes ="
xsd :boolean">
<
xsd:simpleType >
<
xsd:restriction base ="
xsd :string">
<xsd:enumeration value =""/>
</
xsd:restriction >
</
xsd:simpleType >
</
xsd:union >
</
xsd:simpleType >
</
xsd:attribute >
<
xsd:attribute name ="
command ">
<
xsd:simpleType >
<
xsd:restriction base ="
xsd :NMTOKEN">
<xsd:enumeration value ="readinikey "/>
<xsd:enumeration value ="getrefnum "/>
<xsd:enumeration value ="sendzfo "/>
<xsd:enumeration value ="logout "/>
<xsd:enumeration value ="setpassword "/>
<xsd:enumeration value ="sendxmldata "/>
</
xsd:restriction >
</
xsd:simpleType >
</
xsd:attribute >
<
xsd:attribute name ="
zfopassword ">
<
xsd:simpleType >
<
xsd:restriction base ="
xsd :string">
<xsd:enumeration value ="mandatory "/>
<xsd:enumeration value ="forbidden "/>
<xsd:enumeration value =""/>
</
xsd:restriction >
</
xsd:simpleType >
</
xsd:attribute >
<
xsd:attribute name ="
sendformat ">
<
xsd:simpleType >
<
xsd:restriction base ="
xsd :NMTOKEN">
<xsd:enumeration value ="fo "/>
<xsd:enumeration value ="zfo "/>
<xsd:enumeration value ="pdf "/>
<xsd:enumeration value ="pdf_a7 "/>
<xsd:enumeration value ="pdf_a8 "/>
</
xsd:restriction >
</
xsd:simpleType >
</
xsd:attribute >
<
xsd:attribute name ="
authentication ">
<
xsd:simpleType >
<
xsd:restriction base ="
xsd :NMTOKEN">
<xsd:enumeration value ="never "/>
<xsd:enumeration value ="checked "/>
<xsd:enumeration value ="always "/>
</
xsd:restriction >
</
xsd:simpleType >
</
xsd:attribute >
<
xsd:attribute name ="
replace ">
<
xsd:simpleType >
<
xsd:restriction base ="
xsd :NMTOKEN">
<xsd:enumeration value ="all "/>
<xsd:enumeration value ="none "/>
<xsd:enumeration value ="instance "/>
<xsd:enumeration value ="hidden "/>
</
xsd:restriction >
</
xsd:simpleType >
</
xsd:attribute >
<
xsd:attribute name ="
senddlg ">
<
xsd:simpleType >
<
xsd:restriction base ="
xsd :NMTOKEN">
<xsd:enumeration value ="none "/>
<xsd:enumeration value ="simple "/>
<xsd:enumeration value ="wizard "/>
</
xsd:restriction >
</
xsd:simpleType >
</
xsd:attribute >
</
xsd:complexType >
</
xsd:element >
Name
template
Type
Locally-defined complex type
Nillable
no
Abstract
no
Documentation
An element containing transformations.
Diagram
XML Instance Representation
<template
name="xsd :anyURI [1] " updateurl="xsd :anyURI [0..1] " up-dated="xsd :date [0..1] " >
Allow any elements from any namespace (skip validation). [1]
</template>
Schema Component Representation
<
xsd:element name ="
template ">
<
xsd:complexType >
<
xsd:sequence >
<xsd:any namespace ="##any " processContents ="skip "/>
</
xsd:sequence >
<
xsd:attribute name ="
name "
type ="
xsd :anyURI"
use ="
required "/>
<
xsd:attribute name ="
updateurl "
type ="
xsd :anyURI"/>
<
xsd:attribute name ="
up-dated "
type ="
xsd :date"/>
</
xsd:complexType >
</
xsd:element >
Complex Type:
Schema Component Type
AusAddress
Schema Component Name
Super-types:
Address < AusAddress (by extension)
Sub-types:
QLDAddress (by restriction)
If this schema component is a type definition, its type hierarchy is shown in a gray-bordered box.
The table above displays the properties of this schema component.
XML Instance Representation
<...
country="Australia "
>
<unitNo> string </unitNo> [0..1]
<houseNo> string </houseNo> [1]
<street> string </street> [1]
Start Choice
[1]
<city> string </city> [1]
<town> string </town> [1]
End Choice
<state> AusStates </state> [1]
<postcode> string <<pattern = [1-9][0-9]{3}>> </postcode> [1]
?
</...>
The XML Instance Representation table above shows the schema component's content as an XML instance.
The minimum and maximum occurrence of elements and attributes are provided in square brackets, e.g. [0..1].
Model group information are shown in gray, e.g. Start Choice ... End Choice.
For type derivations, the elements and attributes that have been added to or changed from the base type's content are shown in bold .
If an element/attribute has a fixed value, the fixed value is shown in green, e.g. country="Australia".
Otherwise, the type of the element/attribute is displayed.
If the element/attribute's type is in the schema, a link is provided to it.
For local simple type definitions, the constraints are displayed in angle brackets, e.g. <<pattern = [1-9][0-9]{3}>>.
If a local element/attribute has documentation, it will be displayed in a window that pops up when the question mark inside the attribute or next to the element is clicked, e.g. <postcode>.
Schema Component Representation
<complexType
name ="AusAddress ">
<complexContent >
<extension
base ="Address ">
<sequence >
<element
name ="state " type ="AusStates "/>
<element
name ="postcode ">
<simpleType >
<restriction
base ="string ">
<pattern
value ="[1-9][0-9]{3} "/>
</restriction >
</simpleType >
</element >
</sequence >
<attribute
name ="country " type ="string " fixed ="Australia "/>
</extension >
</complexContent >
</complexType >
The Schema Component Representation table above displays the underlying XML representation of the schema component. (Annotations are not shown.)
Abstract (Applies to complex type definitions and element declarations). An abstract element or complex type cannot used to validate an element instance. If there is a reference to an abstract element, only element declarations that can substitute the abstract element can be used to validate the instance. For references to abstract type definitions, only derived types can be used.
All Model Group Child elements can be provided in any order in instances. See: http://www.w3.org/TR/xmlschema-1/#element-all .
Choice Model Group
Only one from the list of child elements and model groups can be provided in instances. See: http://www.w3.org/TR/xmlschema-1/#element-choice .
Collapse Whitespace Policy Replace tab, line feed, and carriage return characters with space character (Unicode character 32). Then, collapse contiguous sequences of space characters into single space character, and remove leading and trailing space characters.
Disallowed Substitutions (Applies to element declarations). If substitution is specified, then substitution group members cannot be used in place of the given element declaration to validate element instances. If derivation methods , e.g. extension, restriction, are specified, then the given element declaration will not validate element instances that have types derived from the element declaration's type using the specified derivation methods. Normally, element instances can override their declaration's type by specifying an xsi:type attribute.
Key Constraint Like Uniqueness Constraint , but additionally requires that the specified value(s) must be provided. See: http://www.w3.org/TR/xmlschema-1/#cIdentity-constraint_Definitions .
Key Reference Constraint Ensures that the specified value(s) must match value(s) from a Key Constraint or Uniqueness Constraint . See: http://www.w3.org/TR/xmlschema-1/#cIdentity-constraint_Definitions .
Model Group Groups together element content, specifying the order in which the element content can occur and the number of times the group of element content may be repeated. See: http://www.w3.org/TR/xmlschema-1/#Model_Groups .
Nillable (Applies to element declarations). If an element declaration is nillable, instances can use the xsi:nil attribute. The xsi:nil attribute is the boolean attribute, nil , from the http://www.w3.org/2001/XMLSchema-instance namespace. If an element instance has an xsi:nil attribute set to true, it can be left empty, even though its element declaration may have required content.
Notation A notation is used to identify the format of a piece of data. Values of elements and attributes that are of type, NOTATION, must come from the names of declared notations. See: http://www.w3.org/TR/xmlschema-1/#cNotation_Declarations .
Preserve Whitespace Policy Preserve whitespaces exactly as they appear in instances.
Prohibited Derivations (Applies to type definitions). Derivation methods that cannot be used to create sub-types from a given type definition.
Prohibited Substitutions (Applies to complex type definitions). Prevents sub-types that have been derived using the specified derivation methods from validating element instances in place of the given type definition.
Replace Whitespace Policy Replace tab, line feed, and carriage return characters with space character (Unicode character 32).
Sequence Model Group Child elements and model groups must be provided in the specified order in instances. See: http://www.w3.org/TR/xmlschema-1/#element-sequence .
Substitution Group Elements that are members of a substitution group can be used wherever the head element of the substitution group is referenced.
Substitution Group Exclusions (Applies to element declarations). Prohibits element declarations from nominating themselves as being able to substitute a given element declaration, if they have types that are derived from the original element's type using the specified derivation methods.
Target Namespace The target namespace identifies the namespace that components in this schema belongs to. If no target namespace is provided, then the schema components do not belong to any namespace.
Uniqueness Constraint Ensures uniqueness of an element/attribute value, or a combination of values, within a specified scope. See: http://www.w3.org/TR/xmlschema-1/#cIdentity-constraint_Definitions .