complexType sendingApplicationType
diagram index_p657.png
namespace http://www.ech.ch/xmlns/eCH-0058/5
children eCH-0058:manufacturer eCH-0058:product eCH-0058:productVersion
used by
elements headerType/sendingApplication requestHeaderType/requestingApplication responseHeaderType/respondingApplication
source <xs:complexType name="sendingApplicationType">
 
<xs:sequence>
   
<xs:element name="manufacturer">
     
<xs:simpleType>
       
<xs:restriction base="xs:token">
         
<xs:maxLength value="30"/>
         
<xs:minLength value="1"/>
       
</xs:restriction>
     
</xs:simpleType>
   
</xs:element>
   
<xs:element name="product">
     
<xs:simpleType>
       
<xs:restriction base="xs:token">
         
<xs:maxLength value="30"/>
         
<xs:minLength value="1"/>
       
</xs:restriction>
     
</xs:simpleType>
   
</xs:element>
   
<xs:element name="productVersion">
     
<xs:simpleType>
       
<xs:restriction base="xs:token">
         
<xs:maxLength value="10"/>
         
<xs:minLength value="1"/>
       
</xs:restriction>
     
</xs:simpleType>
   
</xs:element>
 
</xs:sequence>
</xs:complexType>

element sendingApplicationType/manufacturer
diagram index_p658.png
namespace http://www.ech.ch/xmlns/eCH-0058/5
type restriction of xs:token
properties
content simple
facets
Kind Value Annotation
minLength 1
maxLength 30
source <xs:element name="manufacturer">
 
<xs:simpleType>
   
<xs:restriction base="xs:token">
     
<xs:maxLength value="30"/>
     
<xs:minLength value="1"/>
   
</xs:restriction>
 
</xs:simpleType>
</xs:element>

element sendingApplicationType/product
diagram index_p659.png
namespace http://www.ech.ch/xmlns/eCH-0058/5
type restriction of xs:token
properties
content simple
facets
Kind Value Annotation
minLength 1
maxLength 30
source <xs:element name="product">
 
<xs:simpleType>
   
<xs:restriction base="xs:token">
     
<xs:maxLength value="30"/>
     
<xs:minLength value="1"/>
   
</xs:restriction>
 
</xs:simpleType>
</xs:element>

element sendingApplicationType/productVersion
diagram index_p660.png
namespace http://www.ech.ch/xmlns/eCH-0058/5
type restriction of xs:token
properties
content simple
facets
Kind Value Annotation
minLength 1
maxLength 10
source <xs:element name="productVersion">
 
<xs:simpleType>
   
<xs:restriction base="xs:token">
     
<xs:maxLength value="10"/>
     
<xs:minLength value="1"/>
   
</xs:restriction>
 
</xs:simpleType>
</xs:element>


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