element <position> (local)
Namespace:
Type:
Content:
simple
Defined:
locally within streamType complexType in myAlerts.xsd; see XML source
XML Representation Summary
<position>
   
Content: 
{ "atFront" | "atEnd" }
</position>
Included in content model of elements (1):
stream (in myAlerts)
Annotation
Defines where the stream fits into the <b>streamFork</b> processing.
XML Source (see within schema source)
<xsd:element maxOccurs="1" minOccurs="1" name="position" type="streamPositionType">
<!-- sgfix: illegal on an element
use="required"
-->
<xsd:annotation>
<xsd:documentation>
Defines where the stream fits into the
<b>streamFork</b>
processing.
</xsd:documentation>
</xsd:annotation>
</xsd:element>