[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

ok element definition in xsd



Hi

In the netconf xsd,

The rpcReplyType is defined as :

    <xs:complexType name="rpcReplyType">
      <xs:choice>
        <xs:element name="ok"/>
        <xs:group ref="rpcResponse"/>
      </xs:choice>
      <xs:attribute name="message-id" type="xs:string" use="optional"/>
      <!--
        Any attributes supplied with <rpc> element must be returned
        on <rpc-reply>.
      -->
      <xs:anyAttribute processContents="lax"/>
    </xs:complexType>

There is no type definition for the ok element. Is this correct?

regards
Jayaprakash

--
to unsubscribe send a message to netconf-request@ops.ietf.org with
the word 'unsubscribe' in a single line as the message text body.
archive: <http://ops.ietf.org/lists/netconf/>