simpleType ProperShippingName
namespace http://www.IM-Draft-03-00-44a
type restriction of xs:string
used by
elements MaterialID/psn ShippingEntry/psn
facets
minLength 0
maxLength 255
annotation
documentation
      
            Proper shipping name  (PSN)
        
source <xs:simpleType name="ProperShippingName">
 
<xs:annotation>
   
<xs:documentation>      
            Proper shipping name  (PSN)
        
</xs:documentation>
 
</xs:annotation>
 
<xs:restriction base="xs:string">
   
<xs:minLength value="0"/>
   
<xs:maxLength value="255"/>
 
</xs:restriction>
</xs:simpleType>


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