Class ImplementationSpecification

java.lang.Object
net.finmath.smartcontract.product.xml.ImplementationSpecification

public class ImplementationSpecification extends Object
A version of a specification document used by the message generator to format the document.

Java class for ImplementationSpecification complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="ImplementationSpecification">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="name" type="{http://www.fpml.org/FpML-5/confirmation}NormalizedString" minOccurs="0"/>
         <element name="version" type="{http://www.fpml.org/FpML-5/confirmation}ImplementationSpecificationVersion" minOccurs="0"/>
         <element name="date" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>