simpleType MessageCode
namespace http://taf-jsg.info/schemes
type restriction of xs:integer
properties
base xs:integer
used by
element RelatedReference/RelatedType
facets
Kind Value Annotation
minInclusive 1
maxInclusive 9999
annotation
documentation
Identifies the type of message
source <xs:simpleType name="MessageCode">
 
<xs:annotation>
   
<xs:documentation>Identifies the type of message</xs:documentation>
 
</xs:annotation>
 
<xs:restriction base="xs:integer">
   
<xs:minInclusive value="1"/>
   
<xs:maxInclusive value="9999"/>
 
</xs:restriction>
</xs:simpleType>


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