Showing:

Attributes
Diagrams
Instances
Model
Properties
Source
Used by
Main schema Agenda.xsd
Namespace No namespace
Properties
attribute form default unqualified
element form default qualified
Element agenda
Namespace No namespace
Diagram
Diagram Agenda_xsd.tmp#agenda_entrada Agenda_xsd.tmp#agenda_grupo
Properties
content complex
Model
Children entrada, grupo
Instance
<agenda>
  <entrada id="" tipo="">{1,1}</entrada>
  <grupo gid="">{1,1}</grupo>
</agenda>
Source
<xs:element name="agenda">
  <xs:complexType>
    <xs:choice maxOccurs="unbounded">
      <xs:element name="entrada">
        <xs:complexType>
          <xs:sequence>
            <xs:element name="nome" type="xs:string"/>
            <xs:choice maxOccurs="unbounded">
              <xs:element form="qualified" maxOccurs="unbounded" minOccurs="0" name="email" type="xs:string"/>
              <xs:element maxOccurs="unbounded" name="telefone" type="xs:string"/>
            </xs:choice>
          </xs:sequence>
          <xs:attribute name="id" type="xs:ID"/>
          <xs:attribute name="tipo" type="xs:string"/>
        </xs:complexType>
      </xs:element>
      <xs:element name="grupo">
        <xs:complexType>
          <xs:choice maxOccurs="unbounded">
            <xs:element name="entrada">
              <xs:complexType>
                <xs:sequence>
                  <xs:element name="nome" type="xs:string"/>
                  <xs:choice maxOccurs="unbounded">
                    <xs:element form="qualified" maxOccurs="unbounded" minOccurs="0" name="email" type="xs:string"/>
                    <xs:element maxOccurs="unbounded" name="telefone" type="xs:string"/>
                  </xs:choice>
                </xs:sequence>
                <xs:attribute name="id" type="xs:ID"/>
                <xs:attribute name="tipo" type="xs:string"/>
              </xs:complexType>
            </xs:element>
            <xs:element name="ref">
              <xs:complexType>
                <xs:attribute name="entref" type="xs:string" use="required"/>
              </xs:complexType>
            </xs:element>
          </xs:choice>
          <xs:attribute name="gid" type="xs:ID"/>
        </xs:complexType>
      </xs:element>
    </xs:choice>
  </xs:complexType>
</xs:element>
Element agenda / entrada
Namespace No namespace
Diagram
Diagram Agenda_xsd.tmp#agenda_agenda_entrada_id Agenda_xsd.tmp#agenda_agenda_entrada_tipo Agenda_xsd.tmp#agenda_agenda_entrada_nome Agenda_xsd.tmp#agenda_agenda_entrada_email Agenda_xsd.tmp#agenda_agenda_entrada_telefone
Properties
content complex
Model
Children email, nome, telefone
Instance
<entrada id="" tipo="">
  <nome>{1,1}</nome>
  <email>{0,unbounded}</email>
  <telefone>{1,unbounded}</telefone>
</entrada>
Attributes
QName Type Use
id xs:ID optional
tipo xs:string optional
Source
<xs:element name="entrada">
  <xs:complexType>
    <xs:sequence>
      <xs:element name="nome" type="xs:string"/>
      <xs:choice maxOccurs="unbounded">
        <xs:element form="qualified" maxOccurs="unbounded" minOccurs="0" name="email" type="xs:string"/>
        <xs:element maxOccurs="unbounded" name="telefone" type="xs:string"/>
      </xs:choice>
    </xs:sequence>
    <xs:attribute name="id" type="xs:ID"/>
    <xs:attribute name="tipo" type="xs:string"/>
  </xs:complexType>
</xs:element>
Element agenda / entrada / nome
Namespace No namespace
Diagram
Diagram
Type xs:string
Properties
content simple
Source
<xs:element name="nome" type="xs:string"/>
Element agenda / entrada / email
Namespace No namespace
Diagram
Diagram
Type xs:string
Properties
content simple
minOccurs 0
maxOccurs unbounded
Source
<xs:element form="qualified" maxOccurs="unbounded" minOccurs="0" name="email" type="xs:string"/>
Element agenda / entrada / telefone
Namespace No namespace
Diagram
Diagram
Type xs:string
Properties
content simple
maxOccurs unbounded
Source
<xs:element maxOccurs="unbounded" name="telefone" type="xs:string"/>
Element agenda / grupo
Namespace No namespace
Diagram
Diagram Agenda_xsd.tmp#agenda_agenda_grupo_gid Agenda_xsd.tmp#agenda_agenda_grupo_entrada Agenda_xsd.tmp#agenda_agenda_grupo_ref
Properties
content complex
Model
Children entrada, ref
Instance
<grupo gid="">
  <entrada id="" tipo="">{1,1}</entrada>
  <ref entref="">{1,1}</ref>
</grupo>
Attributes
QName Type Use
gid xs:ID optional
Source
<xs:element name="grupo">
  <xs:complexType>
    <xs:choice maxOccurs="unbounded">
      <xs:element name="entrada">
        <xs:complexType>
          <xs:sequence>
            <xs:element name="nome" type="xs:string"/>
            <xs:choice maxOccurs="unbounded">
              <xs:element form="qualified" maxOccurs="unbounded" minOccurs="0" name="email" type="xs:string"/>
              <xs:element maxOccurs="unbounded" name="telefone" type="xs:string"/>
            </xs:choice>
          </xs:sequence>
          <xs:attribute name="id" type="xs:ID"/>
          <xs:attribute name="tipo" type="xs:string"/>
        </xs:complexType>
      </xs:element>
      <xs:element name="ref">
        <xs:complexType>
          <xs:attribute name="entref" type="xs:string" use="required"/>
        </xs:complexType>
      </xs:element>
    </xs:choice>
    <xs:attribute name="gid" type="xs:ID"/>
  </xs:complexType>
</xs:element>
Element agenda / grupo / entrada
Namespace No namespace
Diagram
Diagram Agenda_xsd.tmp#agenda_agenda_grupo_agenda_agenda_grupo_entrada_id Agenda_xsd.tmp#agenda_agenda_grupo_agenda_agenda_grupo_entrada_tipo Agenda_xsd.tmp#agenda_agenda_grupo_agenda_agenda_grupo_entrada_nome Agenda_xsd.tmp#agenda_agenda_grupo_agenda_agenda_grupo_entrada_email Agenda_xsd.tmp#agenda_agenda_grupo_agenda_agenda_grupo_entrada_telefone
Properties
content complex
Model
Children email, nome, telefone
Instance
<entrada id="" tipo="">
  <nome>{1,1}</nome>
  <email>{0,unbounded}</email>
  <telefone>{1,unbounded}</telefone>
</entrada>
Attributes
QName Type Use
id xs:ID optional
tipo xs:string optional
Source
<xs:element name="entrada">
  <xs:complexType>
    <xs:sequence>
      <xs:element name="nome" type="xs:string"/>
      <xs:choice maxOccurs="unbounded">
        <xs:element form="qualified" maxOccurs="unbounded" minOccurs="0" name="email" type="xs:string"/>
        <xs:element maxOccurs="unbounded" name="telefone" type="xs:string"/>
      </xs:choice>
    </xs:sequence>
    <xs:attribute name="id" type="xs:ID"/>
    <xs:attribute name="tipo" type="xs:string"/>
  </xs:complexType>
</xs:element>
Element agenda / grupo / entrada / nome
Namespace No namespace
Diagram
Diagram
Type xs:string
Properties
content simple
Source
<xs:element name="nome" type="xs:string"/>
Element agenda / grupo / entrada / email
Namespace No namespace
Diagram
Diagram
Type xs:string
Properties
content simple
minOccurs 0
maxOccurs unbounded
Source
<xs:element form="qualified" maxOccurs="unbounded" minOccurs="0" name="email" type="xs:string"/>
Element agenda / grupo / entrada / telefone
Namespace No namespace
Diagram
Diagram
Type xs:string
Properties
content simple
maxOccurs unbounded
Source
<xs:element maxOccurs="unbounded" name="telefone" type="xs:string"/>
Element agenda / grupo / ref
Namespace No namespace
Diagram
Diagram Agenda_xsd.tmp#agenda_agenda_grupo_agenda_agenda_grupo_ref_entref
Properties
content complex
Attributes
QName Type Use
entref xs:string required
Source
<xs:element name="ref">
  <xs:complexType>
    <xs:attribute name="entref" type="xs:string" use="required"/>
  </xs:complexType>
</xs:element>
Attribute agenda / entrada / @id
Namespace No namespace
Type xs:ID
Properties
content simple
Used by
Element agenda/entrada
Source
<xs:attribute name="id" type="xs:ID"/>
Attribute agenda / entrada / @tipo
Namespace No namespace
Type xs:string
Properties
content simple
Used by
Element agenda/entrada
Source
<xs:attribute name="tipo" type="xs:string"/>
Attribute agenda / grupo / entrada / @id
Namespace No namespace
Type xs:ID
Properties
content simple
Used by
Source
<xs:attribute name="id" type="xs:ID"/>
Attribute agenda / grupo / entrada / @tipo
Namespace No namespace
Type xs:string
Properties
content simple
Used by
Source
<xs:attribute name="tipo" type="xs:string"/>
Attribute agenda / grupo / ref / @entref
Namespace No namespace
Type xs:string
Properties
use required
Used by
Source
<xs:attribute name="entref" type="xs:string" use="required"/>
Attribute agenda / grupo / @gid
Namespace No namespace
Type xs:ID
Properties
content simple
Used by
Element agenda/grupo
Source
<xs:attribute name="gid" type="xs:ID"/>