Documentation for XCEDE2

Complex Type: protocolItemRange_t

[Table of contents]

Super-types: None
Sub-types: None
Name protocolItemRange_t
Used by (from the same schema document) Complex Type protocolItem_t
Abstract no
XML Instance Representation
<...
min=" xs:string [0..1]

'Minimum value for item (inclusive)'

"

max=" xs:string [0..1]

'Maximum value for item (inclusive)'

"

units=" xs:string [0..1]"/>
Diagram
Schema Component Representation
<xs:complexType name="protocolItemRange_t">
<xs:attribute name="min" type=" xs:string "/>
<xs:attribute name="max" type=" xs:string "/>
<xs:attribute name="units" type=" xs:string "/>
</xs:complexType>