complexType "ParameterType"
Namespace:
Content:
complex, 6 attributes, 12 elements
Defined:
globally in reusable.xsd; see XML source
Includes:
definitions of 1 attribute, 6 elements
Used:
XML Representation Summary
<...
   
 = 
("Add" | "Update" | "Delete")
 = 
(xs:string | xs:string)
 = 
("Agency" | "Maintainable") : "Agency"
 = 
xs:boolean
 = 
"true"
 = 
xs:boolean : "false"
   
>
   
Content: 
</...>
Content Model Elements (12):
Agency, Alias, DefaultValue, Description, ID, MaintainableObject, ParameterName, URN, UserID, ValueRepresentation, ValueRepresentationReference, Version
Known Direct Subtypes (1):
InParameterType
All Direct / Indirect Based Elements (2):
InParameter, OutParameter
Known Usage Locations
Annotation
A parameter is a structure that specifically identifies a source of input or output information so that it can be use pragmatically.
Type Definition Detail
Type Derivation Tree
AbstractIdentifiableType (extension)
  IdentifiableType (extension)
      ParameterType
XML Source (w/o annotations (8); see within schema source)
<xs:complexType name="ParameterType">
<xs:complexContent>
<xs:extension base="IdentifiableType">
<xs:sequence>
<xs:element maxOccurs="unbounded" minOccurs="0" ref="ParameterName"/>
<xs:element minOccurs="0" ref="Alias"/>
<xs:element minOccurs="0" ref="Description"/>
<xs:choice minOccurs="0">
<xs:element ref="ValueRepresentation"/>
<xs:element ref="ValueRepresentationReference"/>
</xs:choice>
<!-- Not needed unless you are sharing with others so they know what to expect coming in -->
<xs:element minOccurs="0" ref="DefaultValue"/>
</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
Default:
"false"
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/12)
Alias
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"/>

DefaultValue
Type:
ValueType, simple content
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
xs:string
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" ref="DefaultValue"/>

Description
Type:
StructuredStringType, complex content
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)
<xs:element minOccurs="0" ref="Description"/>

ParameterName
Type:
NameType, complex content
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"/>

ValueRepresentation
Type:
RepresentationType, complex content
Abstract:
(may not be used directly in instance XML documents)
Subst.Gr:
may be substituted with 8 elements
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)
<xs:element ref="ValueRepresentation"/>

ValueRepresentationReference
Type:
Abstract:
(may not be used directly in instance XML documents)
Subst.Gr:
may be substituted with 4 elements
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)
<xs:element ref="ValueRepresentationReference"/>

XML schema documentation generated with DocFlex/XML RE 1.9.0 using DocFlex/XML XSDDoc 2.8.0 template set