Element | CONTACT_ROLE |
<xsd:attribute name="type" use="optional"> <xsd:simpleType> <xsd:restriction base="dtSTRING"> <xsd:minLength value="1"/> <xsd:maxLength value="20"/> <xsd:enumeration value="administrativ"/> <xsd:enumeration value="commercial"/> <xsd:enumeration value="special_treatment"/> <xsd:enumeration value="technical"/> <xsd:enumeration value="others"/> </xsd:restriction> </xsd:simpleType> </xsd:attribute> |