simpleType EMTYesNoType
type restriction of xs:string
properties
base xs:string
used by
element EMTFinancialInstrumentType/GeneralInformation/LeveragedOrContingentLiability
facets
Kind Value Annotation
length 1
enumeration Y
enumeration N
annotation
documentation
Y or N
source <xs:simpleType name="EMTYesNoType">
 
<xs:annotation>
   
<xs:documentation>Y or N</xs:documentation>
 
</xs:annotation>
 
<xs:restriction base="xs:string">
   
<xs:length value="1"/>
   
<xs:enumeration value="Y"/>
   
<xs:enumeration value="N"/>
 
</xs:restriction>
</xs:simpleType>


XML Schema documentation generated by XMLSpy Schema Editor http://www.altova.com/xmlspy