complexType "argotType"
Namespace:
Content:
complex, 5 attributes, elem. wildcard
Defined:
globally in myPresence.xsd; see XML source
Includes:
definitions of 2 attributes, elem. wildcard
Used:
XML Representation Summary
<...
   
 = 
xsd:anyURI
 = 
xsd:nonNegativeInteger
 = 
xsd:hexBinary
 = 
xsd:string
 = 
xsd:string
   
>
   
Content: 
</...>
All Direct / Indirect Based Elements (1):
argot (in endpoint)
Known Usage Locations
Annotation
This stores an argot for application-specific information about an endpoint, and so is completely free. Argots are opaque to .NET My Services.
XML Source (see within schema source)
<xsd:complexType name="argotType">
<xsd:annotation>
<xsd:documentation>
This stores an argot for application-specific information about an endpoint, and so is completely free.
Argots are opaque to .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 points to a location containing the XSD for this argot. It also uniquely identifies the type of argot.
</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="name" type="xsd:string" use="required"/>
<xsd:attributeGroup ref="hs:standardBlueAttributeGroup"/>
</xsd:complexType>
Attribute Detail (all declarations; 5/5)
argotURI
Type:
xsd:anyURI, predefined
Use:
required
Defined:
locally within (this) argotType complexType
This URI points to a location containing the XSD for this argot. It also uniquely identifies the type of argot.
XML Source (see within schema source)
<xsd:attribute name="argotURI" type="xsd:anyURI" use="required">
<xsd:annotation>
<xsd:documentation>
This URI points to a location containing the XSD for this argot. It also uniquely identifies the type of argot.
</xsd:documentation>
</xsd:annotation>
</xsd:attribute>

changeNumber
Type:
Use:
required
Defined:
XML Source (see within schema source)
<xsd:attribute name="changeNumber" type="changeNumberType" use="required"/>

creator
Type:
Use:
required
Defined:
XML Source (see within schema source)
<xsd:attribute name="creator" type="creatorType" use="required"/>

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

name
Type:
xsd:string, predefined
Use:
required
Defined:
locally within (this) argotType complexType
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 (this) argotType complexType
XML Source (see within schema source)
<xsd:any maxOccurs="unbounded" minOccurs="0" namespace="##other" processContents="skip"/>