Die folgenden einfachen Metadaten stellen die Struktur für den dynamischen Angabentyp 'Haushaltsmitglied' dar. Die unterschiedlichen Attributtypen, wie zum Beispiel Boolesch (Boolean), Codetabelle (Codetable), Datum (Date) und Zeichenfolge (String), werden nachfolgend definiert:
<?xml version="1.0" encoding="UTF-8"?> <EvidenceTypeVersion xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="file://DynamicEvidenceMetadata.xsd"> <Model> <Attributes> <Attribute> <DataAttribute name="blkOrAfrAmerInd"> <DomainType dataType="Boolean" /> </DataAttribute> </Attribute> <Attribute> <DataAttribute name="ssnStatus"> <DomainType dataType="Codetable"> <CodetableOptions codetableName= "SSNApplicationStatus" /> </DomainType> </DataAttribute> </Attribute> <Attribute> <DataAttribute name="startDate"> <DomainType dataType="Date" /> </DataAttribute> </Attribute> <Attribute> <DataAttribute name="endDate"> <DomainType dataType="Date" /> </DataAttribute> </Attribute> <Attribute> <DataAttribute name="comments"> <DomainType dataType="String" /> </DataAttribute> </Attribute> </Attributes> </Model> <Validations> <PatternValidations> </PatternValidations> </Validations> <UserInterface /> </EvidenceTypeVersion>