complexType "ParameterType"
Namespace: |
|
Content: |
|
Defined: |
|
Includes: |
|
Used: |
|
XML Representation Summary |
<... |
|
|
= |
("Add" | "Update" | "Delete") |
|
= |
(xs:string | xs:string) |
|
= |
("Agency" | "Maintainable") : "Agency" |
|
= |
xs:boolean |
|
= |
"true" |
|
= |
xs:boolean : "false" |
|
|
> |
|
Content: |
( URN | ( Agency, ID, Version))[1..2], UserID*, UserAttributePair*, MaintainableObject?, ParameterName*, Alias?, Description?, ( ValueRepresentation | ValueRepresentationReference)?, DefaultValue? |
|
</...> |
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 (8); see within schema source)
<xs:complexContent>
<xs:extension base="IdentifiableType">
<xs:sequence>
<xs:element maxOccurs="unbounded" minOccurs="0" ref="ParameterName"/>
<xs:element minOccurs="0" ref="Alias"/>
<xs:choice minOccurs="0">
</xs:choice>
<!-- 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 parameter 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; 6/13)
-
Type: |
xs:NMTOKEN, predefined, simple content
|
If the content of the parameter is being used in a generic set of code as an alias for the value of 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 alias in the code.
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" ref="Alias"/>
|
-
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. Supports multiple language versions of the same content as well as optional formatting of the content.
XML Source (w/o annotations (1); see within schema source)
-
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)
<xs:element maxOccurs="unbounded" minOccurs="0" ref="ParameterName"/>
|
-
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)
-
Type: |
|
Abstract: |
(may not be used directly in instance XML documents) |
Subst.Gr: |
|
Allows for the use of a ManagedRepresentation by reference. ValueRepresentationReference is the abstract head of a substitution group and may be replaced with any valid substitution for ValueRepresentationReference.
XML Source (w/o annotations (1); see within schema source)