Documentation for XCEDE2

Complex Type: argumentsType_t

[Table of contents]

Super-types: xs:string < argumentsType_t (by extension)
Sub-types: None
Name argumentsType_t
Used by (from the same schema document) Complex Type processStep_t
Abstract no
Documentation input and output arguments of the processing tool
XML Instance Representation
<...
inputs=" xs:string [0..1]"
outputs=" xs:string [0..1]">
xs:string
</...>
Diagram
Schema Component Representation
<xs:complexType name="argumentsType_t">
<xs:simpleContent>
<xs:extension base=" xs:string ">
<xs:attribute name="inputs" type=" xs:string "/>
<xs:attribute name="outputs" type=" xs:string "/>
</xs:extension>
</xs:simpleContent>
</xs:complexType>