<xs:simpleType name="OidChoiceList">
<xs:annotation>
<xs:documentation xml:lang="en-US">Choice list of Oids</xs:documentation>
</xs:annotation>
<xs:restriction base="xs:string">
<xs:maxLength value="1028"/>
<xs:pattern value="([0-2][0-9]*(\.[0-9]+)*)(\|[0-2][0-9]*(\.[0-9]+)*)*"/>
</xs:restriction>
</xs:simpleType>
|