System.Object
ElementSpecificationType
Client Declaration
public class ElementSpecificationType
Represents a single content element of a content-carrying object.
Attributes
Int32
elementSequenceNumber
: [request] [response] Optional attribute specifying the element sequence number of a content element.Int32
itemIndex
: [request] [response] Optional attribute specifying the index number of a content element.NOTE Exactly one of the above attributes must have a value.
Attributes Specific to .NET Clients
Boolean
elementSequenceNumberSpecified
: Optional expression specifying whether elementSequenceNumber
has a value (true
) or not (false
).Boolean
itemIndexSpecified
: Optional expression specifying whether itemIndex
has a value (true
) or not (false
).
<xsd:complexType name="ElementSpecificationType"> <xsd:attribute name="itemIndex" type="xsd:int"/> <xsd:attribute name="elementSequenceNumber" type="xsd:int"/> </xsd:complexType>