element <argot> (local)
Namespace:
Type:
anonymous complexType (extension of argotType)
Content:
complex, 3 attributes, elem. wildcard
Defined:
locally within argotListType complexType in myAlerts.xsd; see XML source
Includes:
definitions of 2 attributes
XML Representation Summary
<argot
   
 = 
xsd:anyURI
 = 
xsd:string
 = 
xsd:string
   
>
   
Content: 
</argot>
Anonymous Type Detail
Type Derivation Tree
argotType (extension)
  complexType
XML Source (see within schema source)
<xsd:element maxOccurs="unbounded" minOccurs="0" name="argot">
<xsd:complexType>
<xsd:complexContent>
<xsd:extension base="argotType">
<xsd:attribute name="name" type="xsd:string" use="required"/>
<xsd:attribute name="id" type="hs:idType" use="required"/>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
</xsd:element>
Attribute Detail (all declarations; 3/3)
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>

id
Type:
Use:
required
Defined:
locally within (this) argot element
XML Source (see within schema source)
<xsd:attribute name="id" type="hs:idType" use="required"/>

name
Type:
xsd:string, predefined
Use:
required
Defined:
locally within (this) argot element
XML Source (see within schema source)
<xsd:attribute name="name" type="xsd:string" use="required"/>
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"/>