Showing:

Attributes
Diagrams
Properties
Source
Used by
Element CRLIdentifierType / Issuer
Namespace http://uri.etsi.org/01903/v1.1.1#
Diagram
Diagram
Type xs:string
Properties
content: simple
Source
<xs:element name="Issuer" type="xs:string"/>
Element CRLIdentifierType / IssueTime
Namespace http://uri.etsi.org/01903/v1.1.1#
Diagram
Diagram
Type xs:dateTime
Properties
content: simple
Source
<xs:element name="IssueTime" type="xs:dateTime"/>
Element CRLIdentifierType / Number
Namespace http://uri.etsi.org/01903/v1.1.1#
Diagram
Diagram
Type xs:integer
Properties
content: simple
minOccurs: 0
Source
<xs:element name="Number" type="xs:integer" minOccurs="0"/>
Complex Type CRLIdentifierType
Namespace http://uri.etsi.org/01903/v1.1.1#
Diagram
Diagram PES_Aller116.tmp#id839 PES_Aller116.tmp#id836 PES_Aller116.tmp#id837 PES_Aller116.tmp#id838
Used by
Model Issuer , IssueTime , Number{0,1}
Children IssueTime, Issuer, Number
Attributes
QName Type Fixed Default Use Annotation
URI xs:anyURI optional
Source
<xs:complexType name="CRLIdentifierType">
  <xs:sequence>
    <xs:element name="Issuer" type="xs:string"/>
    <xs:element name="IssueTime" type="xs:dateTime"/>
    <xs:element name="Number" type="xs:integer" minOccurs="0"/>
  </xs:sequence>
  <xs:attribute name="URI" type="xs:anyURI" use="optional"/>
</xs:complexType>
Attribute CRLIdentifierType / @URI
Namespace No namespace
Type xs:anyURI
Properties
use: optional
Used by
Complex Type CRLIdentifierType
Source
<xs:attribute name="URI" type="xs:anyURI" use="optional"/>