Class LocalInstrumentSDD


  • public class LocalInstrumentSDD
    extends java.lang.Object

    Java class for LocalInstrumentSDD complex type.

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

     <complexType name="LocalInstrumentSDD">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="Cd">
               <simpleType>
                 <restriction base="{urn:swift:xsd:$pain.008.002.01}LocalInstrumentCodeSDD">
                   <enumeration value="CORE"/>
                   <enumeration value="B2B"/>
                 </restriction>
               </simpleType>
             </element>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>