Element | REMARKS |
<xsd:attribute name="type" use="optional"> <xsd:simpleType> <xsd:restriction base="dtSTRING"> <xsd:minLength value="1"/> <xsd:maxLength value="250"/> <xsd:pattern value="deliverynote|dispatchnotification|general|invoice|order|orderchange|orderresponse|quotation|receiptacknowledgement|rfq|transport|\w{1,250}"/> </xsd:restriction> </xsd:simpleType> </xsd:attribute> |