tml:validatedBy

Element Information

Model

Source

<xs:element name="validatedBy" minOccurs="0" maxOccurs="unbounded">
  <xs:complexType>
    <xs:sequence>
      <xs:element name="name" type="tml:BindType" minOccurs="0"/>
      <xs:element name="organization" type="tml:BindType" minOccurs="0"/>
      <xs:element name="email" type="tml:BindType" minOccurs="0"/>
      <xs:element name="phone" type="tml:BindType" minOccurs="0"/>
      <xs:element name="date" type="tml:BindType" minOccurs="0">
        <xs:annotation>
          <xs:documentation>ISO8601 dateTime stamp</xs:documentation>
        </xs:annotation>
      </xs:element>
    </xs:sequence>
  </xs:complexType>
</xs:element>

Sample