All Downloads are FREE. Search and download functionalities are using the official Maven repository.

data.test.3.0.person.xml Maven / Gradle / Ivy

Go to download

DDMSence (pronounced "dee-dee-em-Essence") is the only open-source Java library that fully supports the DoD Discovery Metadata Specification (DDMS).

The newest version!
<?xml version="1.0" encoding="UTF-8"?>
<!--  Represents a single ddms:Person element, for unit testing -->
<ddms:Person xmlns:ddms="http://metadata.dod.mil/mdr/ns/DDMS/3.0/">
	<ddms:name>Brian</ddms:name>
	<ddms:name>BU</ddms:name>
	<ddms:surname>Uri</ddms:surname>
	<ddms:userID>123</ddms:userID>
	<ddms:affiliation>DISA</ddms:affiliation>
	<ddms:phone>703-885-1000</ddms:phone>
	<ddms:email>[email protected]</ddms:email>
</ddms:Person>	




© 2015 - 2024 Weber Informatics LLC | Privacy Policy