Complex Type | InstitutionComplexType |
<xs:attribute name="type"> <xs:simpleType> <xs:restriction base="xs:string"> <xs:enumeration value="university"/> <xs:enumeration value="research"/> <xs:enumeration value="commercial"/> <xs:enumeration value="private"/> <xs:enumeration value="school"/> <xs:enumeration value="network"/> <xs:enumeration value="government"/> <xs:enumeration value="NGO"/> </xs:restriction> </xs:simpleType> </xs:attribute> |