This schema was originally developed by The MITRE Corporation. The CybOX XML Schema implementation is maintained by The MITRE Corporation and developed by the open CybOX Community. For more information, including how to get involved in the effort and how to submit change requests, please visit the CybOX website at http://cybox.mitre.org.
Element HostnameObj:Hostname
Namespace
http://cybox.mitre.org/objects#HostnameObject-1
Annotations
The Hostname object is intended to specify a particular network hostname.
<xs:element name="Hostname" type="HostnameObj:HostnameObjectType"><xs:annotation><xs:documentation>The Hostname object is intended to specify a particular network hostname.</xs:documentation></xs:annotation></xs:element>
The Hostname_Value construct specifies the actual value of the Hostname.
Diagram
Type
StringObjectPropertyType
Source
<xs:element name="Hostname_Value" type="cyboxCommon:StringObjectPropertyType" minOccurs="0"><xs:annotation><xs:documentation>The Hostname_Value construct specifies the actual value of the Hostname.</xs:documentation></xs:annotation></xs:element>
The Naming_System construct specifies a relevant Naming System for the Hostname (e.g. DNS, NIS, NetBIOS).
Diagram
Type
StringObjectPropertyType
Source
<xs:element name="Naming_System" type="cyboxCommon:StringObjectPropertyType" minOccurs="0" maxOccurs="unbounded"><xs:annotation><xs:documentation>The Naming_System construct specifies a relevant Naming System for the Hostname (e.g. DNS, NIS, NetBIOS).</xs:documentation></xs:annotation></xs:element>
Complex Type HostnameObj:HostnameObjectType
Namespace
http://cybox.mitre.org/objects#HostnameObject-1
Annotations
The HostnameObjectType object is intended to specify network hostnames.
<xs:complexType name="HostnameObjectType"><xs:annotation><xs:documentation>The HostnameObjectType object is intended to specify network hostnames.</xs:documentation></xs:annotation><xs:complexContent><xs:extension base="cyboxCommon:ObjectPropertiesType"><xs:sequence><xs:element name="Hostname_Value" type="cyboxCommon:StringObjectPropertyType" minOccurs="0"><xs:annotation><xs:documentation>The Hostname_Value construct specifies the actual value of the Hostname.</xs:documentation></xs:annotation></xs:element><xs:element name="Naming_System" type="cyboxCommon:StringObjectPropertyType" minOccurs="0" maxOccurs="unbounded"><xs:annotation><xs:documentation>The Naming_System construct specifies a relevant Naming System for the Hostname (e.g. DNS, NIS, NetBIOS).</xs:documentation></xs:annotation></xs:element></xs:sequence><xs:attribute name="is_domain_name" type="xs:boolean"><xs:annotation><xs:documentation>The is_domain_name field specifies if this is also a valid domain name.</xs:documentation></xs:annotation></xs:attribute></xs:extension></xs:complexContent></xs:complexType>
<xs:attribute name="is_domain_name" type="xs:boolean"><xs:annotation><xs:documentation>The is_domain_name field specifies if this is also a valid domain name.</xs:documentation></xs:annotation></xs:attribute>