element <argot> (unified local)
Namespace:
Type:
Content:
complex, 1 attribute, elem. wildcard
Defined:
locally at 2 locations in myAlerts.xsd
XML Representation Summary
<argot
   
 = 
xsd:anyURI
   
>
   
Content: 
</argot>
Included in content model of elements (2):
connection (in myAlerts), stream (in myAlerts)
Definition Locations
Annotations (2) (by all definition locations)
Location:
within connectionType complexType [def]
Annotation:
An optional provisioning argot for the connection. This is dependent on the connection class. For more information, see the available connection classes.

Location:
within streamType complexType [def]
Annotation:
An optional provisioning argot for the stream. This is dependent on the stream class. See the available stream classes.
Attribute Detail (all declarations; 1/1)
argotURI
Type:
xsd:anyURI, predefined
Use:
required
Defined:
locally within argotType complexType
This URI uniquely identifies the type of argot and points to a location containing the XSD for this argot.
XML Source (see within schema source)
<xsd:attribute name="argotURI" type="xsd:anyURI" use="required">
<xsd:annotation>
<xsd:documentation>
This URI uniquely identifies the type of argot and points to a location containing the XSD for this argot.
</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
Content Element Detail (all declarations; 1/1)
{any element with non-schema namespace}
Defined:
within argotType complexType
XML Source (see within schema source)
<xsd:any maxOccurs="unbounded" minOccurs="0" namespace="##other" processContents="skip"/>