element <tns:argument> (local)
Namespace:
Type:
Content:
complex, 4 attributes, 9 elements
Defined:
locally witnin tns:ScriptType complexType in common-1.xsd; see XML source
XML Representation Summary
<tns:argument
   
 = 
xsd:boolean : "true"
 = 
xsd:boolean : "false"
 = 
xsd:boolean : "false"
 = 
xsd:boolean : "false"
    >
   
Content: 
tns:description?, tns:extension?, (tns:value | (tns:variable*, tns:valueExpression, tns:dependency*)), tns:condition?, tns:valueFilter*, tns:name
</tns:argument>
Content model elements (9):
tns:condition, tns:dependency (type tns:XPathType), tns:description, tns:extension, tns:name (in tns:argument in tns:script), tns:value (defined in tns:ValueConstructionType complexType), tns:valueExpression (type tns:ExpressionType), tns:valueFilter, tns:variable (type tns:VariableDefinitionType)
Included in content model of elements (1):
tns:script (in tns:scripts)
Annotation
Script aguments. The arguments will passed to the script in any way suitable for the script. The argument name is "local" to the script (script-specific). Script name must be unique in the argument set. The order of arguments is not significant.
XML Source (see within schema source)
<xsd:element maxOccurs="unbounded" minOccurs="0" name="argument" type="tns:ScriptArgumentType">
<xsd:annotation>
<xsd:documentation>
Script aguments. The arguments will passed to
the script
in any way suitable for the script. The
argument
name
is
"local" to the script (script-specific). Script name
must be unique
in the argument set.
The order
of arguments is not
significant.
</xsd:documentation>
</xsd:annotation>
</xsd:element>
Attribute Detail (all declarations; 4/4)
authoritative
Type:
Use:
optional
Default:
"true"
Defined:
The value provided by this construction element is authoritative. It means that this value construction is supposed to both add the value and remove it. TODO: not yet finished
XML Source (see within schema source)
<xsd:attribute default="true" name="authoritative" type="xsd:boolean" use="optional">
<xsd:annotation>
<xsd:documentation>
The value provided by this construction element
is authoritative.

It means that this value
construction is
supposed
to both
add the value and remove it.

TODO: not yet finished
</xsd:documentation>
</xsd:annotation>
</xsd:attribute>

clear
Type:
Use:
optional
Default:
"false"
Defined:
The value construction is supposed to be executed on the "clear" value for a attribute or property. If there are any existing values on the property or attribute before the execution of all applicable value construction definitions, such values should be cleared. TODO: not yet finished
XML Source (see within schema source)
<xsd:attribute default="false" name="clear" type="xsd:boolean" use="optional">
<xsd:annotation>
<xsd:documentation>
The value construction is supposed to be executed
on the
"clear" value for a attribute or
property.

If there
are any
existing values on the property or attribute
before the execution of
all applicable value
construction
definitions, such
values should be
cleared.

TODO: not yet finished
</xsd:documentation>
</xsd:annotation>
</xsd:attribute>

default
Type:
Use:
optional
Default:
"false"
Defined:
This value construction should only be applied if the property or attribute does not have a value. This flag makes the value construction conditional. Please note that now there is no way how to get attribute value and set a new value atomically. Therefore also the "default" flag cannot be executed atomically and a risk of inconsistency is still there. The implementation should minimize that risk by making the "window of risk" as shortas possible and utilize any additional consistency guarantees if possible.
XML Source (see within schema source)
<xsd:attribute default="false" name="default" type="xsd:boolean" use="optional">
<xsd:annotation>
<xsd:documentation>
This value construction should only be applied if the
property or attribute does not have a value.

This flag makes the value construction conditional. Please
note that now there is no way how to get attribute value and
set a new value atomically. Therefore also the "default" flag
cannot be executed atomically and a risk of inconsistency is
still there. The implementation should minimize that risk by
making the "window of risk" as shortas possible and utilize
any additional consistency guarantees if possible.
</xsd:documentation>
</xsd:annotation>
</xsd:attribute>

exclusive
Type:
Use:
optional
Default:
"false"
Defined:
The value construction cannot be combined with other value constructions. If there are other non-exclusive value constructions to be applied to the same propert or attribute, such constructions should be ignored. If there are other exclusive value constructions, the error should be produced and the values should not be changed. TODO: not yet finished
XML Source (see within schema source)
<xsd:attribute default="false" name="exclusive" type="xsd:boolean" use="optional">
<xsd:annotation>
<xsd:documentation>
The value construction cannot be combined with
other
value constructions.

If there are other
non-exclusive
value
constructions to be
applied to the same propert or attribute, such
constructions
should be
ignored. If there are other
exclusive value
constructions, the error should be produced and the values
should
not be
changed.

TODO: not yet finished
</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
Content Element Detail (all declarations; 9/9)
tns:condition
Type:
tns:ExpressionType, complex content
Defined:
The value will only be valid if the condition is evaluated to true. If the condition is false, the value definition should not be applied at all (exactly as if there is no definition). If there is no condition, it is assumed to be true.
XML Source (see within schema source)
<xsd:element minOccurs="0" ref="c:condition">
<xsd:annotation>
<xsd:documentation>
The value will only be valid if the condition is
evaluated to true. If the condition is false,
the value
definition
should not be applied at all (exactly as if
there is no
definition).
If there is no condition,
it is assumed to be
true.
</xsd:documentation>
</xsd:annotation>
</xsd:element>

tns:dependency
Type:
tns:XPathType, mixed content
Defined:
Defines the XPath of a property on which the expression depends. If there are other expressions to be evaluated that set such value, such expressions will be evaluated before this expression. This may or may not be needed. If the dependencies can be derived from the expression implicitly, the dependency element may be omitted. It may also be omitted if the order of expression execution is not significant. In case the user want to make sure that expressions will be executed in a crertain order, he should include dependency elements. Due to the JAXB "feature" this does not work for now. Please do not use it.
XML Source (see within schema source)
<xsd:element maxOccurs="unbounded" minOccurs="0" name="dependency" type="c:XPathType">
<xsd:annotation>
<xsd:documentation>
Defines the XPath of a property on which the
expression
depends. If there are other expressions
to be
evaluated
that set such value, such expressions will
be evaluated before
this expression.

This may or may not
be needed. If
the
dependencies
can be derived from the expression implicitly, the
dependency element may be
omitted. It may also be
omitted if the
order of expression execution is not
significant. In case the
user want to
make sure that
expressions will be
executed in a
crertain order, he
should include dependency elements.

Due to the
JAXB "feature" this does not work for now.
Please do not use it.
</xsd:documentation>
</xsd:annotation>
</xsd:element>

tns:description
Type:
xsd:string, simple content
Defined:
XML Source (see within schema source)
<xsd:element maxOccurs="1" minOccurs="0" ref="tns:description"/>

tns:extension
Type:
anonymous complexType, complex content
Defined:
XML Source (see within schema source)
<xsd:element maxOccurs="1" minOccurs="0" ref="c:extension"/>

tns:name
Type:
xsd:string, simple content
Defined:
locally within tns:ScriptArgumentType complexType
Argument name. The name is "local" to the script. It must comply with the limitations of used script language.
XML Source (see within schema source)
<xsd:element name="name" type="xsd:string">
<xsd:annotation>
<xsd:documentation>
Argument name. The name is "local" to the
script. It must comply with the limitations of
used
script
language.
</xsd:documentation>
</xsd:annotation>
</xsd:element>

tns:value
Type:
anonymous complexType, mixed content
Nillable:
(can be declared as nil using xsi:nil attribute in instance XML documents)
Defined:
Static value for the attribute or property. Please note that this is nillable and therefore it may be explicitly set to "nil" value. Doing this means that empty set of values should be constructed. E.g. setting this to "nil" and also setting "authoritative" flag may enforce removal of all attribute values (if used properly).
XML Source (see within schema source)
<xsd:element name="value" nillable="true">
<xsd:annotation>
<xsd:documentation>
Static value for the attribute or property.

Please note that this is nillable and therefore it
may be
explicitly set to "nil" value. Doing this
means that empty set of
values should be constructed.
E.g. setting
this to "nil"
and also
setting
"authoritative" flag may enforce removal of all
attribute
values (if used properly).
</xsd:documentation>
</xsd:annotation>
<xsd:complexType mixed="true">
<xsd:sequence>
<xsd:any maxOccurs="unbounded" minOccurs="0" namespace="##other" processContents="lax">
<xsd:annotation>
<xsd:documentation>
Static attribute values.
The values in this
element should be
assigned to the account as-is.

List of
values
for the attribute
provided in an propriate XML elements
that
specify attribute name.
(as is usual
for properties)

Only one
attribute may be specified
here, although it may have multiple
values. Multi-valued
attributes are
expressed by
repeating the
same XML
element multiple times.
Hence all the XML elements that
match
this xsd:any must have the same
element
names (may have
different values of course).
</xsd:documentation>
<xsd:appinfo>
<jaxb:dom/>
</xsd:appinfo>
</xsd:annotation>
</xsd:any>
</xsd:sequence>
</xsd:complexType>
</xsd:element>

tns:valueExpression
Type:
tns:ExpressionType, complex content
Defined:
Expression to dynamically generate the value. See ExpressionType for more details. The expression will most likely use variables. The names and content of the variables depends on the specific usage of this type. Please refer to the containing or deriving type documentation for more details.
XML Source (see within schema source)
<xsd:element name="valueExpression" type="tns:ExpressionType">
<xsd:annotation>
<xsd:documentation>
Expression to dynamically generate the value.
See ExpressionType for more details.

The
expression will
most
likely use variables. The
names and content of the variables
depends on the
specific usage of
this type. Please refer to
the
containing or deriving type documentation for more
details.
</xsd:documentation>
</xsd:annotation>
</xsd:element>

tns:valueFilter
Type:
tns:ValueFilterType, complex content
Defined:
List of filters that will be applied to the value after it was constructed. The filters will get applied as the very last step, after the expression had run. The filters will be executed in chain in the order as specified here. The filters are supposed to "mess up" or transcode the value from XML standards to any format suitable for native storage (e.g. on resource). (but see the note in ValueFilterType documentation)
XML Source (see within schema source)
<xsd:element maxOccurs="unbounded" minOccurs="0" ref="tns:valueFilter">
<xsd:annotation>
<xsd:documentation>
List of filters that will be applied to the
value after
it was constructed. The filters will get
applied as
the
very last step, after the expression had run.

The filters will be
executed in chain in the order as
specified here.

The
filters are
supposed to "mess up" or transcode
the value from XML standards to
any format
suitable for
native storage (e.g. on
resource).
(but see
the note in ValueFilterType documentation)
</xsd:documentation>
</xsd:annotation>
</xsd:element>

tns:variable
Type:
Defined:
Definition of additional variables that should be present during evaluation of the expression.
XML Source (see within schema source)
<xsd:element maxOccurs="unbounded" minOccurs="0" name="variable" type="tns:VariableDefinitionType">
<xsd:annotation>
<xsd:documentation>
Definition of additional variables that should
be
present during evaluation of the expression.
</xsd:documentation>
</xsd:annotation>
</xsd:element>

This XML schema documentation has been generated with DocFlex/XML RE 1.8.5 using DocFlex/XML XSDDoc 2.5.0 template set.
DocFlex/XML RE is a reduced edition of DocFlex/XML, which is a tool for programming and running highly sophisticated documentation and reports generators by the data obtained from any kind of XML files. The actual doc-generators are implemented in the form of special templates that are designed visually using a high-quality Template Designer GUI basing on the XML schema (or DTD) files describing the data source XML.
DocFlex/XML XSDDoc is a commercial template application of DocFlex/XML that implements a high-quality XML Schema documentation generator with simultaneous support of framed multi-file HTML, single-file HTML and RTF output formats. (More formats are planned in the future).
A commercial license for "DocFlex/XML XSDDoc" will allow you:
  • To configure the generated documentation so much as you want. Thanks to our template technology, it was possible to support > 400 template parameters, which work the same as "options" of ordinary doc-generators. The parameters are organized in nested groups, which form a parameter tree. Most of them have their default values calculated dynamically from a few primary parameters. So, you'll never need to specify all of them. That will give you swift and effective control over the generated content!
  • To use certain features disabled in the free mode (such as the full documenting of substitution groups).
  • To select only the initial, imported, included, redefined XML schemas to be documented or only those directly specified by name.
  • To include only XML schema components specified by name.
  • To document local element components both globally and locally (similar to attributes).
  • To allow/suppress unification of local elements by type.
  • To enable/disable reproducing of namespace prefixes.
  • To use PlainDoc.tpl main template to generate all the XML schema documentation in a signle-file form as both HTML and incredible quality RTF output.
  • To format your annotations with XHTML tags and reproduce that formatting both in HTML and RTF output.
  • To insert images in your annotations using XHTML <img> tags (supported both in HTML and RTF output).
  • To remove this very advertisement text!
Once having only such a license, you will be able to run the fully-featured XML schema documentation generator both with DocFlex/XML (Full Edition) and with DocFlex/XML RE, which is a reduced free edition containing only the template interpretor / output generator. No other licenses will be required!
But this is not all. In addition to it, a commercial license for "DocFlex/XML SDK" will allow you to modify the XSDDoc templates themselves as much as you want. You will be able to achieve whatever was impossible to do with the template parameters only. And, of course, you could develop any template applications by your own!
Please note that by purchasing a license for this software, you not only acquire a useful tool, you will also make an important investment in its future development, the results of which you could enjoy later by yourself. Every single your purchase matters and makes a difference for us!
To purchase a license, please follow this link: http://www.filigris.com/shop/