complexType "redAttributeType"
Namespace:
Content:
empty, attr. wildcard
Defined:
globally in hsdl.xsd; see XML source
Includes:
definition of attr. wildcard
Used:
XML Representation Summary
<...
   
{any attribute with non-schema namespace}
/>
All Direct / Indirect Based Elements (1):
attributes (type redAttributeType)
Known Usage Locations
Annotation
This element is used to specify a single attribute to be manipulated by the .NET My Services data-manipulation primitives. For example, when used in an <b>insertRequest</b>, this element specifies an attribute to be inserted at the specified node.
XML Source (see within schema source)
<xsd:complexType name="redAttributeType">
<xsd:annotation>
<xsd:documentation>
This element is used to specify a single attribute to be manipulated by the .NET My Services
data-manipulation primitives. For example, when used in an
<b>insertRequest</b>
, this element
specifies an attribute to be inserted at the specified node.
</xsd:documentation>
</xsd:annotation>
<xsd:anyAttribute namespace="##other" processContents="skip"/>
</xsd:complexType>
Attribute Detail (all declarations; 1/1)
{any attribute with non-schema namespace}
Defined:
within (this) redAttributeType complexType
XML Source (see within schema source)
<xsd:anyAttribute namespace="##other" processContents="skip"/>