<xs:element name="ACCESS"> <xs:complexType> <xs:sequence> <xs:element ref="PRINCIPAL" minOccurs="0" maxOccurs="unbounded"/> <xs:element ref="SECURITYLEVEL" minOccurs="0" maxOccurs="unbounded"/> <xs:element ref="SOURCE" minOccurs="0"/> <xs:element ref="DESTINATION" minOccurs="0"/> </xs:sequence> </xs:complexType> </xs:element> |