Document
PageStampModel Complex Type
Document : PageStampModel Complex Type
Namespace http://schemas.datacontract.org/2004/07/AlphaTrust.Pronto.ServiceContracts.Models.Document
Diagram
Increment Element OtherValue Element Value Element Type Element Sequence PageStampModel Complex Type
Overview
Sequence
Value optional xs:int
OtherValue optional xs:string
Increment optional xs:int
Used By
PageStampModel Element
PageStamp Element
PageStamp Element
Source
<xs:complexType name="PageStampModel" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:sequence>
    <xs:element minOccurs="0" name="Type" type="q9:Option.DocumentPageStampTypes" xmlns:q9="http://schemas.datacontract.org/2004/07/AlphaTrust.Pronto.ServiceContracts" />
    <xs:element minOccurs="0" name="Value" nillable="true" type="xs:int" />
    <xs:element minOccurs="0" name="OtherValue" nillable="true" type="xs:string" />
    <xs:element minOccurs="0" name="Increment" nillable="true" type="xs:int" />
  </xs:sequence>
</xs:complexType>
See Also
Document