User Tools

Site Tools


en:lensorder:version010601:simpletypes:softwaretypes

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

en:lensorder:version010601:simpletypes:softwaretypes [2013/05/01 09:59] – external edit 127.0.0.1en:lensorder:version010601:simpletypes:softwaretypes [2014/06/18 11:18] (current) sebastianraring
Line 1: Line 1:
 +====== typeOf (SoftwareTypes) ======
 +
 +[[en:lensorder:version010601:structure|b2boptic]] -> [[en:lensorder:version010601:complextypes:header|header]] -> [[en:lensorder:version010601:complextypes:software|software]]
 +
 +^ values ^ description ^
 +| ORIGINATOR | creator of xml |
 +| VERIFIER | verified xml |
 +| SENDER | sender of xml | 
 +
 +<code xml>
 +<xs:simpleType name="SoftwareTypes">
 +  <xs:restriction base="xs:string">
 +    <xs:enumeration value="ORIGINATOR"/>
 +    <xs:enumeration value="VERIFIER"/>
 +    <xs:enumeration value="SENDER"/>
 +  </xs:restriction>
 +</xs:simpleType>
 +</code>