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

RE: Q: No max/ minMax length of anything?



> <Andy>
> We decided (and nobody objected) that the message-id attribute is 
> maxLength="4095".
> Other than that, all data types are constrained AFAIK.  We 
> don't control
> 
> the URL limits.
> </Andy>
> 
> Did we? It isn't in -10
> 
> <xs:attribute name="message-id" type="xs:string" use="required"/>

It will be in -11 (hey, NETCONF goes to 11!)

  <!--
    message-id attribute
    -->
  <xs:simpleType name="messageIdType">
    <xs:restriction base="xs:string">
      <xs:maxLength value="4095"/>
    </xs:restriction>
  </xs:simpleType>


Rob

--
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/>