item
com.jxml.quick.model.qjml.QMItem
An item is used to specify a data item held by a Coin.
Attributes:
ID optional Identifies the element.
coin optional A reference to the Coin which defines the data item held by this Coin. QMCoin coin
cref optional A reference to another content model element. String cref
fixed default : False The attribute or element will have a fixed text value. When not set to true, the value given will be the default value. boolean fixed
label optional Specifies a unique identifier. String label
optional default : False The data item defined by this content model element is optional when set true. boolean optional
repeating default : False The data item defined by this content model element can occur more than once when set true. boolean repeating
schema optional Schema for the referenced document. String schema
value optional An attribute or text value. String value
Content:
rem 0 or more Comments ArrayList remList
aref optional A reference to an accessor. QMARef aref
(accessClass | field | ID | identity | ignore | property) optional Defines the means by which a data item is accessed. QMAccess access