xacml:IdReferenceType

Complex Type Information

Model

Attributes

QName Type Fixed Default Use Inheritable Annotation
EarliestVersion xacml:VersionMatchType optional
LatestVersion xacml:VersionMatchType optional
Version xacml:VersionMatchType optional

Used By

Source

<xs:complexType name="IdReferenceType">
  <xs:simpleContent>
    <xs:extension base="xs:anyURI">
      <xs:attribute name="Version" type="xacml:VersionMatchType" use="optional"/>
      <xs:attribute name="EarliestVersion" type="xacml:VersionMatchType" use="optional"/>
      <xs:attribute name="LatestVersion" type="xacml:VersionMatchType" use="optional"/>
    </xs:extension>
  </xs:simpleContent>
</xs:complexType>