Showing:

Attributes
Diagrams
Instances
Properties
Source
Used by
Element RevocationValuesType / CRLValues
Namespace http://uri.etsi.org/01903/v1.1.1#
Diagram
Diagram PES_Aller86.tmp#id865 PES_Aller86.tmp#id864
Type CRLValuesType
Properties
content: complex
minOccurs: 0
Model EncapsulatedCRLValue+
Children EncapsulatedCRLValue
Instance
<CRLValues>
  <EncapsulatedCRLValue Id="">{1,unbounded}</EncapsulatedCRLValue>
</CRLValues>
Source
<xs:element name="CRLValues" type="CRLValuesType" minOccurs="0"/>
Element RevocationValuesType / OCSPValues
Namespace http://uri.etsi.org/01903/v1.1.1#
Diagram
Diagram PES_Aller232.tmp#id868 PES_Aller232.tmp#id867
Type OCSPValuesType
Properties
content: complex
minOccurs: 0
Model EncapsulatedOCSPValue+
Children EncapsulatedOCSPValue
Instance
<OCSPValues>
  <EncapsulatedOCSPValue Id="">{1,unbounded}</EncapsulatedOCSPValue>
</OCSPValues>
Source
<xs:element name="OCSPValues" type="OCSPValuesType" minOccurs="0"/>
Element RevocationValuesType / OtherValues
Namespace http://uri.etsi.org/01903/v1.1.1#
Diagram
Diagram PES_Aller222.tmp#id871 PES_Aller222.tmp#id870
Type OtherCertStatusValuesType
Properties
content: complex
minOccurs: 0
Model OtherValue+
Children OtherValue
Instance
<OtherValues>
  <OtherValue>{1,unbounded}</OtherValue>
</OtherValues>
Source
<xs:element name="OtherValues" type="OtherCertStatusValuesType" minOccurs="0"/>
Complex Type RevocationValuesType
Namespace http://uri.etsi.org/01903/v1.1.1#
Diagram
Diagram PES_Aller150.tmp#id872 PES_Aller150.tmp#id863 PES_Aller150.tmp#id866 PES_Aller150.tmp#id869
Used by
Model CRLValues{0,1} , OCSPValues{0,1} , OtherValues{0,1}
Children CRLValues, OCSPValues, OtherValues
Attributes
QName Type Fixed Default Use Annotation
Id xs:ID optional
Source
<xs:complexType name="RevocationValuesType">
  <xs:sequence>
    <xs:element name="CRLValues" type="CRLValuesType" minOccurs="0"/>
    <xs:element name="OCSPValues" type="OCSPValuesType" minOccurs="0"/>
    <xs:element name="OtherValues" type="OtherCertStatusValuesType" minOccurs="0"/>
  </xs:sequence>
  <xs:attribute name="Id" type="xs:ID" use="optional"/>
</xs:complexType>
Attribute RevocationValuesType / @Id
Namespace No namespace
Type xs:ID
Properties
use: optional
Used by
Complex Type RevocationValuesType
Source
<xs:attribute name="Id" type="xs:ID" use="optional"/>