P
PeteOlcott
(1) <complexType name="ScriptQueueItem">
(2) <element name="ScriptQueueItem">
(3) <element name="scriptQueue" type="sq:ScriptQueueItem"
minOccurs="1" maxOccurs="unbounded"/>
Is it correct to refer to an XML element as a type, such as the
reference from line (3) to line (2) or must this type be specified as
a type such as the reference from line (3) to line (1)?
(2) <element name="ScriptQueueItem">
(3) <element name="scriptQueue" type="sq:ScriptQueueItem"
minOccurs="1" maxOccurs="unbounded"/>
Is it correct to refer to an XML element as a type, such as the
reference from line (3) to line (2) or must this type be specified as
a type such as the reference from line (3) to line (1)?