simpleType YesNoL1Type
type restriction of xs:string
properties
base xs:string
used by
elements SIIPositionType/QRTPositionInformation/CollateralisedAsset SolvencyIIPortfolioType/CompleteSCRDelivery SIIPositionType/HedgingRolling CreditRiskDataType/StateGuarantee SIIPositionType/SubordinatedDebt
facets
Kind Value Annotation
minLength 1
maxLength 1
enumeration Y
enumeration N
annotation
documentation
Flag Y or N
source <xs:simpleType name="YesNoL1Type">
 
<xs:annotation>
   
<xs:documentation>Flag Y or N</xs:documentation>
 
</xs:annotation>
 
<xs:restriction base="xs:string">
   
<xs:minLength value="1"/>
   
<xs:maxLength 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