complexType "argotType"
Namespace:
Content:
complex, 1 attribute, elem. wildcard
Defined:
globally in myAlerts.xsd; see XML source
Includes:
definitions of 1 attribute, elem. wildcard
Used:
XML Representation Summary
<...
   
 = 
xsd:anyURI
   
>
   
Content: 
</...>
All Direct / Indirect Based Elements (2):
argot (defined in argotListType complexType), argot (type argotType)
Known Usage Locations
Annotation
An argot is a domain-specific blob of data qualified by a name and ID. The contents are free. Argots are opaque to Microsoft® .NET My services.
XML Source (see within schema source)
<xsd:complexType name="argotType">
<xsd:annotation>
<xsd:documentation>
An argot is a domain-specific blob of data qualified by a name and ID.
The contents are free. Argots are opaque to Microsoft&#174; .NET My services.
</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:any maxOccurs="unbounded" minOccurs="0" namespace="##other" processContents="skip"/>
</xsd:sequence>
<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>
</xsd:complexType>
Attribute Detail (all declarations; 1/1)
argotURI
Type:
xsd:anyURI, predefined
Use:
required
Defined:
locally within (this) 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 (this) argotType complexType
XML Source (see within schema source)
<xsd:any maxOccurs="unbounded" minOccurs="0" namespace="##other" processContents="skip"/>