User Tools

Site Tools


en:lensorder:version010603:simpletypes:softwaretypes

Differences

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

Link to this comparison view

en:lensorder:version010603:simpletypes:softwaretypes [2016/05/04 14:17] – external edit 127.0.0.1en:lensorder:version010603:simpletypes:softwaretypes [2017/06/19 14:09] (current) sebastianraring
Line 1: Line 1:
 +====== typeOf (SoftwareTypes) ======
 +
 +[[en:lensorder:version010603:structure|b2boptic]] -> [[en:lensorder:version010603:complextypes:header|header]] -> [[en:lensorder:version010603: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>