<xs:simpleType name="DeliveryMethodMailTypeCodeType">
<xs:annotation>
<xs:documentation>Mail can be registered, express, regular</xs:documentation>
</xs:annotation>
<xs:restriction base="xs:string">
<xs:enumeration value="Courrier">
<xs:annotation>
<xs:documentation xml:lang="EN">The mail is delivered by a courrier from end to end.</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Express">
<xs:annotation>
<xs:documentation xml:lang="EN">Express mail: more precise than juste mail.</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Mail">
<xs:annotation>
<xs:documentation xml:lang="EN">This is a default neutral delivery mail type, when no more precise infomration is provided. This is identical to not providing this infomration when the parent element itself provides this information (like the DeliveryMethodMailType object).</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Registered">
<xs:annotation>
<xs:documentation xml:lang="EN">Registered mail: more precise than juste mail.</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Regular">
<xs:annotation>
<xs:documentation xml:lang="EN">Regular mail: more precise than juste mail.</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType> |