complexType "ParameterType"
Namespace: |
|
Content: |
|
Defined: |
|
Includes: |
|
Used: |
|
XML Representation Summary |
<... |
|
|
= |
("Canonical" | "Deprecated") |
|
= |
("Add" | "Update" | "Delete") |
|
= |
xs:anyURI |
|
= |
("Agency" | "Maintainable") : "Agency" |
|
= |
"true" |
|
= |
xs:boolean : "false" |
|
|
> |
|
|
</...> |
Content Model Elements (11):
-
Agency,
DefaultValue,
Description,
ID,
MaintainableObject,
Mnemonic,
ParameterName,
URN,
UserID,
ValueRepresentation,
Version
Known Direct Subtypes (1):
-
All Direct / Indirect Based Elements (2):
-
Annotation
A parameter is a structure that specifically identifies a source of input or output information so that it can be use pragmatically.
Type Derivation Tree ParameterType |
XML Source (w/o annotations (7); see within schema source)
<xs:complexType name="ParameterType"> <xs:complexContent> <xs:sequence> <xs:element minOccurs="0" ref="Mnemonic"/> <!-- Not needed unless you are sharing with others so they know what to expect coming in --> </xs:sequence> <xs:attribute default="false" name="isArray" type="xs:boolean"/> </xs:extension> </xs:complexContent> </xs:complexType> |
Attribute Detail (all declarations; defined within this component only; 1/6)
isArray-
Type: |
xs:boolean, predefined |
Use: |
optional |
If set to "true" indicates that the content of the paramter is a delimited array rather than a single object and should be processed as such.
Attribute Value
XML Source (w/o annotations (1); see within schema source)
<xs:attribute default="false" name="isArray" type="xs:boolean"/> |
Content Element Detail (all declarations; defined within this component only; 5/11) -
Provides a default value for the parameter if there is no value provided by the object it is bound to or the process that was intended to produce a value.
Simple Content
XML Source (w/o annotations (1); see within schema source)
-
A description of the Parameter. May be expressed in multiple languages and supports the use of structured content.
XML Source (w/o annotations (1); see within schema source)
-
Type: |
xs:NMTOKEN, predefined, simple content |
If the content of the parameter is being used in a generic set of code as the value mnemonic or other form of unique name used to identify an object in a formula (for example source code for a statistical program) enter that name here. This provides a link from the identified parameter to the mnemonic in the code.
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" ref="Mnemonic"/> |
-
A name for the Parameter. May be expressed in multiple languages. Repeat the element to express names with different content, for example different names for different systems.
XML Source (w/o annotations (1); see within schema source)
-
Type: |
|
Abstract: |
(may not be used directly in instance XML documents) |
Subst.Gr: |
|
If the content of the parameter contains representational content, such as codes, provide the representation here. ValueRepresentation is the abstract head of a substitution group and may be replaced with any valid substitution for ValueRepresentation. Inclusion of the ValueRepresentation is recommended if you will be sharing data with others as it provides information on the structure of what they can expect to receive when the parameter is processed.
XML Source (w/o annotations (1); see within schema source)