complexType "InParameterType"
Namespace:
Content:
complex, 7 attributes, 13 elements
Defined:
globally in reusable.xsd; see XML source
Includes:
definition of 1 attribute
Used:
XML Representation Summary
<...
   
 = 
("Add" | "Update" | "Delete")
 = 
(xs:string | xs:string)
 = 
("Agency" | "Maintainable") : "Agency"
 = 
xs:boolean
 = 
"true"
 = 
xs:boolean : "false"
 = 
xs:NMTOKENS
   
>
   
Content: 
</...>
All Direct / Indirect Based Elements (1):
Known Usage Locations
Annotation
A parameter that may accept content from outside its parent element. In addition to standard parameter content may provide the instructions for limiting the allowable array index.
Type Definition Detail
Type Derivation Tree
  IdentifiableType (extension)
      ParameterType (extension)
          InParameterType
XML Source (w/o annotations (2); see within schema source)
<xs:complexType name="InParameterType">
<xs:complexContent>
<xs:extension base="ParameterType">
<xs:attribute name="limitArrayIndex" type="xs:NMTOKENS"/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
Attribute Detail (all declarations; defined within this component only; 1/7)
limitArrayIndex
Type:
xs:NMTOKENS, predefined
Use:
optional
When the InParameter represents an array of items, this attribute specifies the index identification of the items within the zero-based array which should be treated as input parameters. If not specified, the full array is treated as the input parameter.
XML Source (w/o annotations (1); see within schema source)
<xs:attribute name="limitArrayIndex" type="xs:NMTOKENS"/>

XML schema documentation generated with DocFlex/XML 1.12 using DocFlex/XML XSDDoc 2.9.0 template set