Showing:

Annotations
Diagrams
Facets
Model
Properties
Source
Used by
Element CodeType / listID
Namespace org:afnor:medona:1.0
Annotations
ID of the list used in reference
Diagram
Diagram vitam-types_xsd_Simple_Type_NonEmptyTokenType.tmp#NonEmptyTokenType
Type NonEmptyTokenType
Properties
content simple
Facets
minLength 1
Source
<xsd:element name="listID" type="NonEmptyTokenType">
  <xsd:annotation>
    <xsd:documentation>ID of the list used in reference</xsd:documentation>
  </xsd:annotation>
</xsd:element>
Schema location file:/C:/Users/bregier/Documents/OxygenXMLEditor/Vitam-Schema/Seda2.0/vitam-types.xsd
Element CodeType / listAgencyID
Namespace org:afnor:medona:1.0
Diagram
Diagram
Type xsd:token
Properties
content simple
minOccurs 0
Source
<xsd:element name="listAgencyID" type="xsd:token" minOccurs="0"/>
Schema location file:/C:/Users/bregier/Documents/OxygenXMLEditor/Vitam-Schema/Seda2.0/vitam-types.xsd
Element CodeType / listAgencyName
Namespace org:afnor:medona:1.0
Diagram
Diagram
Type xsd:string
Properties
content simple
minOccurs 0
Source
<xsd:element name="listAgencyName" type="xsd:string" minOccurs="0"/>
Schema location file:/C:/Users/bregier/Documents/OxygenXMLEditor/Vitam-Schema/Seda2.0/vitam-types.xsd
Element CodeType / listName
Namespace org:afnor:medona:1.0
Annotations
The optional name of this list
Diagram
Diagram vitam-types_xsd_Simple_Type_NonEmptyTokenType.tmp#NonEmptyTokenType
Type NonEmptyTokenType
Properties
content simple
minOccurs 0
Facets
minLength 1
Source
<xsd:element name="listName" type="NonEmptyTokenType" minOccurs="0">
  <xsd:annotation>
    <xsd:documentation>The optional name of this list</xsd:documentation>
  </xsd:annotation>
</xsd:element>
Schema location file:/C:/Users/bregier/Documents/OxygenXMLEditor/Vitam-Schema/Seda2.0/vitam-types.xsd
Element CodeType / listVersionID
Namespace org:afnor:medona:1.0
Annotations
The optional version of the list
Diagram
Diagram vitam-types_xsd_Simple_Type_NonEmptyTokenType.tmp#NonEmptyTokenType
Type NonEmptyTokenType
Properties
content simple
minOccurs 0
Facets
minLength 1
Source
<xsd:element name="listVersionID" type="NonEmptyTokenType" minOccurs="0">
  <xsd:annotation>
    <xsd:documentation>The optional version of the list</xsd:documentation>
  </xsd:annotation>
</xsd:element>
Schema location file:/C:/Users/bregier/Documents/OxygenXMLEditor/Vitam-Schema/Seda2.0/vitam-types.xsd
Element CodeType / name
Namespace org:afnor:medona:1.0
Diagram
Diagram
Type xsd:string
Properties
content simple
minOccurs 0
Source
<xsd:element name="name" type="xsd:string" minOccurs="0"/>
Schema location file:/C:/Users/bregier/Documents/OxygenXMLEditor/Vitam-Schema/Seda2.0/vitam-types.xsd
Element CodeType / languageID
Namespace org:afnor:medona:1.0
Diagram
Diagram
Type xsd:language
Properties
content simple
minOccurs 0
Source
<xsd:element name="languageID" type="xsd:language" minOccurs="0"/>
Schema location file:/C:/Users/bregier/Documents/OxygenXMLEditor/Vitam-Schema/Seda2.0/vitam-types.xsd
Element CodeType / listURI
Namespace org:afnor:medona:1.0
Diagram
Diagram
Type xsd:anyURI
Properties
content simple
minOccurs 0
Source
<xsd:element name="listURI" type="xsd:anyURI" minOccurs="0"/>
Schema location file:/C:/Users/bregier/Documents/OxygenXMLEditor/Vitam-Schema/Seda2.0/vitam-types.xsd
Element CodeType / listSchemeURI
Namespace org:afnor:medona:1.0
Annotations
The optional URI that specifies this list
Diagram
Diagram
Type xsd:anyURI
Properties
content simple
minOccurs 0
Source
<xsd:element name="listSchemeURI" type="xsd:anyURI" minOccurs="0">
  <xsd:annotation>
    <xsd:documentation>The optional URI that specifies this list</xsd:documentation>
  </xsd:annotation>
</xsd:element>
Schema location file:/C:/Users/bregier/Documents/OxygenXMLEditor/Vitam-Schema/Seda2.0/vitam-types.xsd
Complex Type CodeType
Namespace org:afnor:medona:1.0
Annotations
listID as unique ID for a list of values, other elements to detail if needed the content of this list or the version. Mainly from MEDONA 1.0
Diagram
Diagram vitam-types_xsd_Complex_Type_CodeType.tmp#CodeType_listID vitam-types_xsd_Complex_Type_CodeType.tmp#CodeType_listAgencyID vitam-types_xsd_Complex_Type_CodeType.tmp#CodeType_listAgencyName vitam-types_xsd_Complex_Type_CodeType.tmp#CodeType_listName vitam-types_xsd_Complex_Type_CodeType.tmp#CodeType_listVersionID vitam-types_xsd_Complex_Type_CodeType.tmp#CodeType_name vitam-types_xsd_Complex_Type_CodeType.tmp#CodeType_languageID vitam-types_xsd_Complex_Type_CodeType.tmp#CodeType_listURI vitam-types_xsd_Complex_Type_CodeType.tmp#CodeType_listSchemeURI
Used by
Model
Children languageID, listAgencyID, listAgencyName, listID, listName, listSchemeURI, listURI, listVersionID, name
Source
<xsd:complexType name="CodeType">
  <xsd:annotation>
    <xsd:documentation>listID as unique ID for a list of values, other elements to detail if needed the content of this list or the version. Mainly from MEDONA 1.0</xsd:documentation>
  </xsd:annotation>
  <xsd:sequence>
    <xsd:element name="listID" type="NonEmptyTokenType">
      <xsd:annotation>
        <xsd:documentation>ID of the list used in reference</xsd:documentation>
      </xsd:annotation>
    </xsd:element>
    <xsd:element name="listAgencyID" type="xsd:token" minOccurs="0"/>
    <xsd:element name="listAgencyName" type="xsd:string" minOccurs="0"/>
    <xsd:element name="listName" type="NonEmptyTokenType" minOccurs="0">
      <xsd:annotation>
        <xsd:documentation>The optional name of this list</xsd:documentation>
      </xsd:annotation>
    </xsd:element>
    <xsd:element name="listVersionID" type="NonEmptyTokenType" minOccurs="0">
      <xsd:annotation>
        <xsd:documentation>The optional version of the list</xsd:documentation>
      </xsd:annotation>
    </xsd:element>
    <xsd:element name="name" type="xsd:string" minOccurs="0"/>
    <xsd:element name="languageID" type="xsd:language" minOccurs="0"/>
    <xsd:element name="listURI" type="xsd:anyURI" minOccurs="0"/>
    <xsd:element name="listSchemeURI" type="xsd:anyURI" minOccurs="0">
      <xsd:annotation>
        <xsd:documentation>The optional URI that specifies this list</xsd:documentation>
      </xsd:annotation>
    </xsd:element>
  </xsd:sequence>
</xsd:complexType>
Schema location file:/C:/Users/bregier/Documents/OxygenXMLEditor/Vitam-Schema/Seda2.0/vitam-types.xsd